Inherited Variables
Inherited Constants
Inherited Methods
Class: VObject
- VObject::__construct()
- Class Constructor
- VObject::bind()
- Bind values to this object
- VObject::delete()
- Delete Object
- VObject::get()
- Get value
- VObject::getAll()
- Get all object values
- VObject::getError()
- Get error message
- VObject::getErrors()
- Get errors
- VObject::getMethods()
- Get object methods
- VObject::getProperties()
- Get object properties
- VObject::save()
- Save Object
- VObject::set()
- Set a value
- VObject::setError()
- Set error value
- VObject::setProperties()
- Set property values
- VObject::setProperty()
- Set property value
- VObject::toString()
- Convert object to string
- VObject::__destruct()
- Class Destructor
- VObject::__get()
- VObject::__isset()
- VObject::__set()
- VObject::__toString()
- Return object as a string
- VObject::__unset()
Class Details
Virtual Web Platform - Filesystem Support
Tags:
- author - Ralph Ritoch <rritoch@gmail.com>
- copyright - (c) Ralph Ritoch - All Rights Reserved
- link - VNetPublishing.Com
- license - VNETLPL Limited Public License
[ Top ]
Class Variables
static $_drivers = array()
[line 105]
Filesystem Drivers
Tags:
- var - Filesystem Drivers
- access - public
Type: array
Overrides:
[ Top ]
$_client
[line 96]
Client Driver
Tags:
- access - protected
Type: object
Overrides:
[ Top ]
$_vfile
[ Top ]
$_vfolder
[ Top ]
$_vpath
[ Top ]
Class Methods
static getInstance
static void &getInstance(
&$client, [string
$type = 'local'], object
$client)
[line 114]
Get instance of filesystem driver
Tags:
- access - public
Parameters:
- object $client - Client Driver
- string $type - Filesystem type
- &$client -
[ Top ]
static local
static void &local(
)
[line 200]
Local filesystem
Tags:
- access - public
Parameters:
[ Top ]
__construct
VFilesystem __construct(
&$client, [string
$type = 'local'], object
$client)
[line 222]
Class Constructor
Tags:
- access - public
Overrides VObject::__construct() (Class Constructor)
Parameters:
- object $client - Client Driver
- string $type - Filesystem type
- &$client -
[ Top ]
client
object Client &client(
)
[line 190]
Client Driver
Tags:
- return - driver
- access - public
Parameters:
[ Top ]
file
[ Top ]
folder
VFolder &folder(
)
[line 168]
Folder Driver
Tags:
- return - Folder driver
- access - public
Parameters:
[ Top ]
path
[ Top ]