Tool/Project/Context/Zf/TestLibraryFile.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: TestLibraryFile.php 24593 2012-01-05 20:35:02Z matthew $
\Zend_Tool_Project_Context_Zf_TestLibraryFile
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_File < \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
null
Details- Type
- string
- Inherited_from
- \Zend_Tool_Project_Context_Filesystem_Abstract::$$_baseDirectory
- Inherited_from
- \Zend_Tool_Project_Context_Filesystem_File::$$_baseDirectory


$_content = null
null
Details- Type
- n/a
- Inherited_from
- \Zend_Tool_Project_Context_Filesystem_File::$$_content


$_fileOnlyContext = null
null
Details- Type
- n/a
- Inherited_from
- \Zend_Tool_Project_Context_Filesystem_File::$$_fileOnlyContext


string $_filesystemName = null
null
Details- Type
- string
- Inherited_from
- \Zend_Tool_Project_Context_Filesystem_File::$$_filesystemName


\Zend_Tool_Project_Profile_Resource $_resource = null
null
Details
Methods


_initFileOnlyContext() : void


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


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


exists() : bool
exists()
Inherited from: \Zend_Tool_Project_Context_Filesystem_Abstract::exists()\Zend_Tool_Project_Context_Filesystem_File::exists()Type | Description |
---|---|
bool |


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


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


getPath() : string
getPath()
Inherited from: \Zend_Tool_Project_Context_Filesystem_Abstract::getPath()\Zend_Tool_Project_Context_Filesystem_File::getPath()Type | Description |
---|---|
string |


getPersistentAttributes() : array
getPersistentAttributes()
Inherited from: \Zend_Tool_Project_Context_Filesystem_File::getPersistentAttributes()Type | Description |
---|---|
array |


getResource() : \Zend_Tool_Project_Profile_Resource
Type | Description |
---|---|
\Zend_Tool_Project_Profile_Resource |


init() : \Zend_Tool_Project_Context_Zf_TestLibraryFile
init()
Type | Description |
---|---|
\Zend_Tool_Project_Context_Zf_TestLibraryFile |


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


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


setResource(\unknown_type $resource) : \Zend_Tool_Project_Context_Filesystem_Abstract
Name | Type | Description |
---|---|---|
$resource | \unknown_type |
Type | Description |
---|---|
\Zend_Tool_Project_Context_Filesystem_Abstract |