Tool/Project/Context/Filesystem/Abstract.php

Show: PublicProtectedPrivateinherited
Table of Contents
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 license@zend.com so we can send you a copy immediately.
Category
Zend  
Copyright
Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  
Package
Zend_Tool  
Subpackage
Framework  
Version
$Id$  

\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
Children
\Zend_Tool_Project_Context_Filesystem_Directory
\Zend_Tool_Project_Context_Filesystem_File
Category
Zend  
Copyright
Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  

Properties

>VPropertyprotectedstring $_baseDirectory = null
Default valuenullDetails
Type
string
>VPropertyprotectedstring $_filesystemName = null
Default valuenullDetails
Type
string
>VPropertyprotected\Zend_Tool_Project_Profile_Resource $_resource = null
Default valuenullDetails
Type
\Zend_Tool_Project_Profile_Resource

Methods

methodpubliccreate() : void
abstract

create()

Create this resource/context
methodpublicdelete() : void
abstract

delete()

Delete this resouce/context
methodpublicexists() : bool

exists()

Returns
TypeDescription
bool
methodpublicgetBaseDirectory() : string

getBaseDirectory()

Returns
TypeDescription
string
methodpublicgetFilesystemName() : string

getFilesystemName()

Returns
TypeDescription
string
methodpublicgetPath() : string

getPath()

Returns
TypeDescription
string
methodpublicsetBaseDirectory(string $baseDirectory) : \Zend_Tool_Project_Context_Filesystem_Abstract

setBaseDirectory()

Parameters
NameTypeDescription
$baseDirectorystring
Returns
TypeDescription
\Zend_Tool_Project_Context_Filesystem_Abstract
methodpublicsetFilesystemName(string $filesystemName) : \Zend_Tool_Project_Context_Filesystem_Abstract

setFilesystemName()

Parameters
NameTypeDescription
$filesystemNamestring
Returns
TypeDescription
\Zend_Tool_Project_Context_Filesystem_Abstract
Documentation was generated by phpDocumentor 2.2.0 .