Tool/Project/Context/Filesystem/Directory.php
Zend Framework
LICENSE
This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to [email protected] so we can send you a copy immediately.
- Category
- Zend
- Copyright
- Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
- Package
- Zend_Tool
- Subpackage
- Framework
- Version
- $Id: Directory.php 24593 2012-01-05 20:35:02Z matthew $
\Zend_Tool_Project_Context_Filesystem_Directory
Package: Zend\Tool
Returns
Returns
This class is the front most class for utilizing Zend_Tool_Project
A profile is a hierarchical set of resources that keep track of items within a specific project.
- Parent(s)
- \Zend_Tool_Project_Context_Filesystem_Abstract
- Children
- \Zend_Tool_Project_Context_Zf_TestApplicationModulesDirectory
- \Zend_Tool_Project_Context_Zf_FormsDirectory
- \Zend_Tool_Project_Context_Zf_ViewControllerScriptsDirectory
- \Zend_Tool_Project_Context_Zf_ServicesDirectory
- \Zend_Tool_Project_Context_Zf_PublicDirectory
- \Zend_Tool_Project_Context_Zf_ViewFiltersDirectory
- \Zend_Tool_Project_Context_Zf_LogsDirectory
- \Zend_Tool_Project_Context_Zf_ModuleDirectory
- \Zend_Tool_Project_Context_Zf_SessionsDirectory
- \Zend_Tool_Project_Context_Zf_PublicScriptsDirectory
- \Zend_Tool_Project_Context_Zf_ApplicationDirectory
- \Zend_Tool_Project_Context_Zf_TestApplicationControllerDirectory
- \Zend_Tool_Project_Context_Zf_ModelsDirectory
- \Zend_Tool_Project_Context_Zf_LayoutScriptsDirectory
- \Zend_Tool_Project_Context_Zf_ControllersDirectory
- \Zend_Tool_Project_Context_Zf_TemporaryDirectory
- \Zend_Tool_Project_Context_Zf_TestLibraryDirectory
- \Zend_Tool_Project_Context_Zf_DataDirectory
- \Zend_Tool_Project_Context_Zf_LocalesDirectory
- \Zend_Tool_Project_Context_Zf_DbTableDirectory
- \Zend_Tool_Project_Context_Zf_ModulesDirectory
- \Zend_Tool_Project_Context_Zf_PublicStylesheetsDirectory
- \Zend_Tool_Project_Context_Zf_TestApplicationModuleDirectory
- \Zend_Tool_Project_Context_Zf_ConfigsDirectory
- \Zend_Tool_Project_Context_Zf_ApisDirectory
- \Zend_Tool_Project_Context_Zf_ViewHelpersDirectory
- \Zend_Tool_Project_Context_Zf_PublicImagesDirectory
- \Zend_Tool_Project_Context_Zf_ZfStandardLibraryDirectory
- \Zend_Tool_Project_Context_Zf_LibraryDirectory
- \Zend_Tool_Project_Context_Zf_TestLibraryNamespaceDirectory
- \Zend_Tool_Project_Context_Zf_LayoutsDirectory
- \Zend_Tool_Project_Context_Zf_UploadsDirectory
- \Zend_Tool_Project_Context_Zf_ViewsDirectory
- \Zend_Tool_Project_Context_Zf_TestsDirectory
- \Zend_Tool_Project_Context_Zf_CacheDirectory
- \Zend_Tool_Project_Context_Zf_SearchIndexesDirectory
- \Zend_Tool_Project_Context_Zf_ViewScriptsDirectory
- \Zend_Tool_Project_Context_Zf_TestApplicationDirectory
- \Zend_Tool_Project_Context_Zf_DocsDirectory
- \Zend_Tool_Project_Context_System_ProjectDirectory
- \Zend_Tool_Project_Context_System_ProjectProvidersDirectory
- Category
- Zend
- Copyright
- Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
Properties


string $_baseDirectory = null
inherited
Inherited from:
\Zend_Tool_Project_Context_Filesystem_Abstract::$$_baseDirectory
Default value
null
Details- Type
- string
- Inherited_from
- \Zend_Tool_Project_Context_Filesystem_Abstract::$$_baseDirectory


string $_filesystemName = null
inherited
Inherited from:
\Zend_Tool_Project_Context_Filesystem_Abstract::$$_filesystemName
Default value
null
Details- Type
- string
- Inherited_from
- \Zend_Tool_Project_Context_Filesystem_Abstract::$$_filesystemName


\Zend_Tool_Project_Profile_Resource $_resource = null
inherited
Inherited from:
\Zend_Tool_Project_Context_Filesystem_Abstract::$$_resource
Default value
null
Details
Methods


create() : \Zend_Tool_Project_Context_Filesystem_Directory;
create()
Create this resource/context
Type | Description |
---|---|
\Zend_Tool_Project_Context_Filesystem_Directory; |


delete() : \Zend_Tool_Project_Context_Filesystem_Directory
delete()
Delete this resouce/context
Type | Description |
---|---|
\Zend_Tool_Project_Context_Filesystem_Directory |


getBaseDirectory() : string
inherited
getBaseDirectory()
Inherited from: \Zend_Tool_Project_Context_Filesystem_Abstract::getBaseDirectory()
Returns
Type | Description |
---|---|
string |


getFilesystemName() : string
inherited
getFilesystemName()
Inherited from: \Zend_Tool_Project_Context_Filesystem_Abstract::getFilesystemName()
Returns
Type | Description |
---|---|
string |


init() : \Zend_Tool_Project_Context_Filesystem_Abstract
Returns
Type | Description |
---|---|
\Zend_Tool_Project_Context_Filesystem_Abstract |


setBaseDirectory(string $baseDirectory) : \Zend_Tool_Project_Context_Filesystem_Abstract
inherited
setBaseDirectory()
Inherited from: \Zend_Tool_Project_Context_Filesystem_Abstract::setBaseDirectory()
Parameters
Returns
Name | Type | Description |
---|---|---|
$baseDirectory | string |
Type | Description |
---|---|
\Zend_Tool_Project_Context_Filesystem_Abstract |


setFilesystemName(string $filesystemName) : \Zend_Tool_Project_Context_Filesystem_Abstract
inherited
setFilesystemName()
Inherited from: \Zend_Tool_Project_Context_Filesystem_Abstract::setFilesystemName()
Parameters
Returns
Name | Type | Description |
---|---|---|
$filesystemName | string |
Type | Description |
---|---|
\Zend_Tool_Project_Context_Filesystem_Abstract |


setResource(\Zend_Tool_Project_Profile_Resource $resource) : \Zend_Tool_Project_Context_Filesystem_Abstract
inherited
setResource()
Inherited from: \Zend_Tool_Project_Context_Filesystem_Abstract::setResource()
Parameters
Returns
Name | Type | Description |
---|---|---|
$resource | \Zend_Tool_Project_Profile_Resource |
Type | Description |
---|---|
\Zend_Tool_Project_Context_Filesystem_Abstract |