API Documentation

Tool/Project/Provider/Test.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: Test.php 20096 2010-01-06 02:05:09Z bkarwin $
Classes
Zend_Tool_Project_Provider_Test

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_Provider_Test

Extends from
Zend_Tool_Project_Provider_Abstract
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
$_specialties
Methods
isTestingEnabled
createApplicationResource
createLibraryResource
enable
disable
create

Description

Properties

$_specialties

 $_specialties = 'array'

Details

visibility
protected
default
array
final
false
static
false

Methods

create

create( unknown_type $libraryClassName ) :

create()

Arguments
$libraryClassName
unknown_type
Details
visibility
public
final
false
static
false

createApplicationResource

createApplicationResource( Zend_Tool_Project_Profile $profile, string $controllerName, string $actionName, string $moduleName = null ) : Zend_Tool_Project_Profile_Resource

createApplicationResource()

Arguments
$profile
Zend_Tool_Project_Profile
$controllerName
string
$actionName
string
$moduleName
string
Details
visibility
public
final
false
static
true

createLibraryResource

createLibraryResource( Zend_Tool_Project_Profile $profile, string $libraryClassName ) : Zend_Tool_Project_Profile_Resource

createLibraryResource()

Arguments
$profile
Zend_Tool_Project_Profile
$libraryClassName
string
Details
visibility
public
final
false
static
true

disable

disable( ) :
Details
visibility
public
final
false
static
false

enable

enable( ) :
Details
visibility
public
final
false
static
false

isTestingEnabled

isTestingEnabled( Zend_Tool_Project_Profile $profile ) : bool

isTestingEnabled()

Arguments
$profile
Zend_Tool_Project_Profile
Output
bool
Details
visibility
public
final
false
static
true
Documentation was generated by DocBlox.