Methods summary
public
|
#
__construct( mixed $mId = false )
Constructor Function
Parameters
- $mId
mixed $mId Specifies the ID of item to load
Throws
Overrides
|
public
boolean
|
#
store( )
Stores the loaded and modified item to the database.
Stores the loaded and modified item to the database.
Returns
boolean
Overrides
|
public static
string
|
#
stripPath( string $path )
Removes the DBFS protocol and leading '/' from received path.
Removes the DBFS protocol and leading '/' from received path.
Parameters
Returns
string
|
public static
string
|
#
stripProtocol( string $path )
Removes the DBFS protocol received path.
Removes the DBFS protocol received path.
Parameters
Returns
string
|
public static
boolean
|
#
isDbfs( string $file )
Checks if passed file id a DBFS
Checks if passed file id a DBFS
Parameters
Returns
boolean
|