| [ Index ] |
PHP Cross Reference of MantisBT |
[Source view] [Print] [Project Stats]
File containing the ezcBaseRepositoryDirectory.
| Copyright: | Copyright (C) 2005-2009 eZ Systems AS. All rights reserved. |
| License: | http://ez.no/licenses/new_bsd New BSD License |
| Version: | 1.8 |
| File Size: | 83 lines (2 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
ezcBaseRepositoryDirectory:: (2 methods):
__construct()
__set_state()
Class: ezcBaseRepositoryDirectory - X-Ref
Struct which defines a repository directory.| __construct( $type, $basePath, $autoloadPath ) X-Ref |
| Constructs a new ezcBaseRepositoryDirectory of type $type with base path $basePath and autoload path $autoloadPath. param: string $type param: string $basePath param: string $autoloadPath |
| __set_state( array $array ) X-Ref |
| Returns a new instance of this class with the data specified by $array. $array contains all the data members of this class in the form: array('member_name'=>value). __set_state makes this class exportable with var_export. var_export() generates code, that calls this method when it is parsed with PHP. param: array(string=>mixed) $array return: ezcBaseRepositoryDirectory |
| Generated: Thu Jul 28 15:48:31 2011 | Cross-referenced by PHPXref 0.7 |