Tool/Project/Context/Filesystem/Abstract.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: Abstract.php 24593 2012-01-05 20:35:02Z matthew $
\Zend_Tool_Project_Context_Filesystem_Abstract
Package: Zend\Tool
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.
- Implements
- \Zend_Tool_Project_Context_Interface
- Children
- \Zend_Tool_Project_Context_Filesystem_Directory
- \Zend_Tool_Project_Context_Filesystem_File
- Category
- Zend
- Copyright
- Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
Properties
Methods


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


setBaseDirectory(string $baseDirectory) : \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
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
setResource()
Parameters
Returns
Name | Type | Description |
---|---|---|
$resource | \Zend_Tool_Project_Profile_Resource |
Type | Description |
---|---|
\Zend_Tool_Project_Context_Filesystem_Abstract |