PHP Class NoRollbackDeployOption

Inheritance: implements DeployOption
Show file Open project: silverstripe/deploynaut

Protected Properties

Property Type Description
$defaultValue
$name
$title

Public Methods

Method Description
__construct ( $defaultValue = false )
__get ( $name )
getDefaultValue ( )
getName ( )
getTitle ( )

Method Details

__construct() public method

public __construct ( $defaultValue = false )

__get() public method

public __get ( $name )

getDefaultValue() public method

public getDefaultValue ( )

getName() public method

public getName ( )

getTitle() public method

public getTitle ( )

Property Details

$defaultValue protected property

protected $defaultValue

$name protected property

protected $name

$title protected property

protected $title