Class VFS_ListItem

Description

An item returned from a folder list.

$Horde: framework/VFS/lib/VFS/ListItem.php,v 1.1.2.1 2007/12/20 13:50:21 jan Exp $

Copyright 2002-2007 Jon Wood <jon@jellybob.co.uk>

See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.

Located in /VFS/lib/VFS/ListItem.php (line 15)


	
			
Variable Summary
 string $_date
 string $_group
 string $_linktype
 string $_name
 string $_owner
 string $_path
 string $_perms
 string $_size
 string $_type
Method Summary
 VFS_ListItem VFS_ListItem (string $path, array $fileArray)
Variables
string $_date (line 64)

Last modified date.

string $_group (line 50)

Owner group

string $_linktype (line 88)

Type of target if type is '**sym'.

NB. Not all backends are capable of distinguishing all of these. .* -- File extension **none -- Unrecognized type **sym -- Symlink to a symlink **dir -- Directory **broken -- Target not found - broken link

string $_name (line 29)

Filename

string $_owner (line 43)

Owner user

string $_path (line 22)

VFS path

string $_perms (line 36)

File permissions (*nix format: drwxrwxrwx)

string $_size (line 57)

Size.

string $_type (line 75)

Type

.* -- File extension **none -- Unrecognized type **sym -- Symlink **dir -- Directory

Methods
Constructor VFS_ListItem (line 99)

Constructor

Requires the path to the file, and it's array of properties, returned from a standard VFS::listFolder() call.

VFS_ListItem VFS_ListItem (string $path, array $fileArray)
  • string $path: The path to the file.
  • array $fileArray: An array of file properties.

Documentation generated on Sun, 30 Jan 2011 05:19:16 +0000 by phpDocumentor 1.4.3