Arbit - project tracking

Arbit - project tracking

API documentation :: Docs For Class arbitModulePhpunitDefintion

Phpunit::arbitModulePhpunitDefintion

Class arbitModulePhpunitDefintion

Arbit Phpunit module definition

Arbit Phpunit module definition

arbitBaseStruct
   |
   --arbitModuleDefintion
      |
      --arbitModulePhpunitDefintion
Author(s):
Version:   $Revision: 1692 $
License:   GPL

Member Variables

protected array $caches = array(
'phpunit_path' => array(
'path' => 'phpunit/',
'ttl' => arbitCache::INFINITE,
),)

Array with caches registered on initialization Each cache must have a unique name, normally prefixed with the module identifier. time to live for the cache.

Array with caches registered on initialization Each cache must have a unique name, normally prefixed with the module identifier. The definition array should at least contain a path and a time to live for the cache.

  1.   'name' => array(
  2.       'path' => 'dir/',
  3.       'ttl'  => arbitCache::INFINITE,
  4.   ),
  5.   ...

protected array $commands = array(
'phpunit.runtests' => 'arbitModulePhpunitRuntestsCommand',
)

List of command definitions of the module Array containing command names and their assiciated classes in the module definition.

List of command definitions of the module Array containing command names and their assiciated classes in the module definition.

  1.   array(
  2.       'mymodule.mycommand' => 'myModuleMyCommand',
  3.       ...
  4.   )

protected array $properties = array(
'autoload' => null,
'permissions' => array(
),'slots'=>array('sourceUpdated'=>'arbitModulePhpunitController::sourceUpdated',),'signals'=>array(),'templateDirectory'=>'templates/','controller'=>'arbitModulePhpunitController','path'=>__DIR__,// @TODO: This property may be subject to changes in name and structure
'menu'=>array('main'=>false,),)

Array containing the module structures properties.

Array containing the module structures properties. Take a look at the property descriptions in the class level documentation for a more detailed description for each of the properties. Do not add any properties to this array, which are not defined in this base class, because those might be used later on by the core.

Inherited Member Variables

From arbitModuleDefintion
protected arbitModuleDefintion::$couchDbDocuments
protected arbitModuleDefintion::$couchDbViews
protected arbitModuleDefintion::$facades
protected arbitModuleDefintion::$viewModels

Inherited Methods

From arbitModuleDefintion
protected void arbitModuleDefintion::initializeCaches()
Initialize module caches
protected void arbitModuleDefintion::initializeCommands()
Initialize commands
protected void arbitModuleDefintion::initializeCouchDbDocuments()
Initialize CouchDB document classes
protected void arbitModuleDefintion::initializeCouchDbViews()
Initialize CouchDB view classes
protected void arbitModuleDefintion::initializeFacades()
Initialize facades
public void arbitModuleDefintion::initializeModule()
Initialize module Initialize the module using the values defined in the module definition class properties.
protected void arbitModuleDefintion::initializeViews()
Initialize views
public mixed arbitModuleDefintion::__get()
Get property value Get property values. properties on the first request to this property. sued to load the autoload array only when it is requested.
From arbitBaseStruct
protected void arbitBaseStruct::deepClone()
Deep clone array structures
public array arbitBaseStruct::getProperties()
Get property names Returns an arary with all properties defined in this struct.
public void arbitBaseStruct::__clone()
Method called, when struct ist cloned
Documentation generated on Mon, 05 Apr 2010 14:01:47 +0200 by phpDocumentor 1.4.3