Class Horde_Vfs_ListItem
An item returned from a folder list.
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.horde.org/licenses/lgpl21.
Methods summary
public
|
#
__construct( string $path, array $fileArray )
Constructor
Requires the path to the file, and it's array of properties,
returned from a standard Horde_Vfs::listFolder() call.
Parameters
- $path
- The path to the file.
- $fileArray
- An array of file properties.
|