Tool/Project/Context/Zf/PublicImagesDirectory.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: PublicImagesDirectory.php 24593 2012-01-05 20:35:02Z matthew $
\Zend_Tool_Project_Context_Zf_PublicImagesDirectory
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_Directory < \Zend_Tool_Project_Context_Filesystem_Abstract
- Category
- Zend
- Copyright
- Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
Properties


string $_baseDirectory = null
inheritedInherited from:
\Zend_Tool_Project_Context_Filesystem_Abstract::$$_baseDirectory\Zend_Tool_Project_Context_Filesystem_Directory::$$_baseDirectory
Default value
null
Details- Type
- string
- Inherited_from
- \Zend_Tool_Project_Context_Filesystem_Abstract::$$_baseDirectory
- Inherited_from
- \Zend_Tool_Project_Context_Filesystem_Directory::$$_baseDirectory


\Zend_Tool_Project_Profile_Resource $_resource = null
inheritedInherited from:
\Zend_Tool_Project_Context_Filesystem_Abstract::$$_resource\Zend_Tool_Project_Context_Filesystem_Directory::$$_resource
Default value
null
Details
Methods


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


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


exists() : bool
inherited
exists()
Inherited from: \Zend_Tool_Project_Context_Filesystem_Abstract::exists()\Zend_Tool_Project_Context_Filesystem_Directory::exists()
Returns
Type | Description |
---|---|
bool |


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


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


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


init() : \Zend_Tool_Project_Context_Filesystem_Abstract
inherited
init()
Inherited from: \Zend_Tool_Project_Context_Filesystem_Abstract::init()\Zend_Tool_Project_Context_Filesystem_Directory::init()
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()\Zend_Tool_Project_Context_Filesystem_Directory::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()\Zend_Tool_Project_Context_Filesystem_Directory::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()\Zend_Tool_Project_Context_Filesystem_Directory::setResource()
Parameters
Returns
Name | Type | Description |
---|---|---|
$resource | \Zend_Tool_Project_Profile_Resource |
Type | Description |
---|---|
\Zend_Tool_Project_Context_Filesystem_Abstract |