Class: VFilesystem

Source Location: /libraries/vwp/filesystem.php

Class Overview [line 58]

VType
   |
   --VObject
      |
      --VFilesystem

Virtual Web Platform - Filesystem Support

Author(s):

Version:

Copyright:

  • (c) Ralph Ritoch - All Rights Reserved

Variables

Constants

Methods


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:

[ 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

[line 69]

File Driver

Tags:

  • access - protected

Type: VFile

Overrides:

[ Top ]

$_vfolder

[line 78]

Folder driver

Tags:

  • access - protected

Type: VFolder

Overrides:

[ Top ]

$_vpath

[line 87]

Path driver

Tags:

  • access - protected

Type: VPath

Overrides:

[ 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

VFile &file( )

[line 157]

File Driver

Tags:

  • return - File driver
  • access - public

Parameters:

[ Top ]

folder

VFolder &folder( )

[line 168]

Folder Driver

Tags:

  • return - Folder driver
  • access - public

Parameters:

[ Top ]

path

VPath &path( )

[line 179]

Path Driver

Tags:

  • return - Path driver
  • access - public

Parameters:

[ Top ]


Class Constants


Documentation generated on Sun, 06 Mar 2011 02:21:58 -0600 by phpDocumentor 1.4.3