PHP Class BootstrapCli, ZFPlanet

Inheritance: extends Bootstrap
Show file Open project: padraic/ZFPlanet

Protected Properties

Property Type Description
$_getOptRules
$_getopt

Public Methods

Method Description
addOptionRules ( array $rules )
getGetOpt ( )
getOptionRules ( )
setGetOpt ( Zend_Console_Getopt $getopt ) CLI specific methods for option management

Protected Methods

Method Description
_initCliFrontController ( )
_initDoctrine ( )
_initErrorLog ( )
_initHtmlPurifier ( )
_initView ( )
_isolateMvcArgs ( ) to be configured for cli arguments)

Method Details

_initCliFrontController() protected method

protected _initCliFrontController ( )

_initDoctrine() protected method

protected _initDoctrine ( )

_initErrorLog() protected method

protected _initErrorLog ( )

_initHtmlPurifier() protected method

protected _initHtmlPurifier ( )

_initView() protected method

protected _initView ( )

_isolateMvcArgs() protected method

to be configured for cli arguments)
protected _isolateMvcArgs ( )

addOptionRules() public method

public addOptionRules ( array $rules )
$rules array

getGetOpt() public method

public getGetOpt ( )

getOptionRules() public method

public getOptionRules ( )

setGetOpt() public method

CLI specific methods for option management
public setGetOpt ( Zend_Console_Getopt $getopt )
$getopt Zend_Console_Getopt

Property Details

$_getOptRules protected property

protected $_getOptRules

$_getopt protected property

protected $_getopt