API Documentation

Application/Bootstrap/Bootstrapper.php

Interfaces
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
Bootstrap
version
$Id: Bootstrapper.php 20096 2010-01-06 02:05:09Z bkarwin $
Interfaces
Zend_Application_Bootstrap_Bootstrapper

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_Bootstrap_Bootstrapper

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
Bootstrap
Methods
__construct
setOptions
getApplication
getEnvironment
getClassResources
getClassResourceNames
bootstrap
run

Description

Interface for bootstrap classes

Methods

__construct

__construct( Zend_Application $application ) : void

Constructor

Arguments
$application
Zend_Application
Details
visibility
public
final
false
static
false

bootstrap

bootstrap( null|string $resource = null ) : mixed

Bootstrap application or individual resource

Arguments
$resource
nullstring
Output
mixed
Details
visibility
public
final
false
static
false

getApplication

getApplication( ) : Zend_Application|Zend_Application_Bootstrap_Bootstrapper

Retrieve application object

Details
visibility
public
final
false
static
false

getClassResourceNames

getClassResourceNames( ) : array

Retrieve list of class resource initializer names (resource names only, no method names)

Output
array
Details
visibility
public
final
false
static
false

getClassResources

getClassResources( ) : array

Retrieve list of class resource initializers (_init* methods). Returns as resource/method pairs.

Output
array
Details
visibility
public
final
false
static
false

getEnvironment

getEnvironment( ) : string

Retrieve application environment

Output
string
Details
visibility
public
final
false
static
false

run

run( ) : void

Run the application

Details
visibility
public
final
false
static
false

setOptions

setOptions( array $options ) : Zend_Application_Bootstrap_Bootstrapper

Set bootstrap options

Arguments
$options
array
Details
visibility
public
final
false
static
false
Documentation was generated by DocBlox.