API Documentation

Tool/Project/Context/Zf/ApplicationDirectory.php

Includes Classes 
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Tool
subpackage
Framework
version
$Id: ApplicationDirectory.php 20967 2010-02-07 18:17:49Z ralph $
Classes
Zend_Tool_Project_Context_Zf_ApplicationDirectory

Description

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.

Zend_Tool_Project_Context_Zf_ApplicationDirectory

Extends from
Zend_Tool_Project_Context_Filesystem_Directory
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Tool
Properties
$_filesystemName
$_classNamePrefix
Methods
init
getPersistentAttributes
getName
setClassNamePrefix
getClassNamePrefix

Description

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.

Properties

$_classNamePrefix

 $_classNamePrefix = 'Application_'

Details

visibility
protected
default
Application_
final
false
static
false

$_filesystemName

 $_filesystemName = 'application'

Details

visibility
protected
default
application
final
false
static
false

Methods

getClassNamePrefix

getClassNamePrefix( ) :
Details
visibility
public
final
false
static
false

getName

getName( ) :
Details
visibility
public
final
false
static
false

getPersistentAttributes

getPersistentAttributes( ) : array

getPersistentAttributes

Output
array
Details
visibility
public
final
false
static
false

init

init( ) :
Details
visibility
public
final
false
static
false

setClassNamePrefix

setClassNamePrefix(  $classNamePrefix ) :
Arguments
$classNamePrefix
Details
visibility
public
final
false
static
false
Documentation was generated by DocBlox.