API Documentation

Application/Resource/Modules.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_Application
subpackage
Resource
version
$Id: Modules.php 20816 2010-02-01 21:13:54Z freak $
Classes
Zend_Application_Resource_Modules

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_Application_Resource_Modules

Extends from
Zend_Application_Resource_ResourceAbstract
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_Application
subpackage
Resource
Properties
$_bootstraps
Methods
__construct
init
getExecutedBootstraps
_formatModuleName

Description

Module bootstrapping resource

Properties

$_bootstraps

ArrayObject $_bootstraps = ''

Details

$_bootstraps
ArrayObject
visibility
protected
default
final
false
static
false

Methods

__construct

__construct( mixed $options = null ) : void

Constructor

Arguments
$options
mixed
Details
visibility
public
final
false
static
false

_formatModuleName

_formatModuleName( string $name ) : string

Format a module name to the module class prefix

Arguments
$name
string
Output
string
Details
visibility
protected
final
false
static
false

getExecutedBootstraps

getExecutedBootstraps( ) : ArrayObject

Get bootstraps that have been run

Output
ArrayObject
Details
visibility
public
final
false
static
false

init

init( ) : array

Initialize modules

Output
array
Details
visibility
public
final
false
static
false
throws
When bootstrap class was not found
Documentation was generated by DocBlox.