PHP 클래스 NoRollbackDeployOption

상속: implements DeployOption
파일 보기 프로젝트 열기: silverstripe/deploynaut

보호된 프로퍼티들

프로퍼티 타입 설명
$defaultValue
$name
$title

공개 메소드들

메소드 설명
__construct ( $defaultValue = false )
__get ( $name )
getDefaultValue ( )
getName ( )
getTitle ( )

메소드 상세

__construct() 공개 메소드

public __construct ( $defaultValue = false )

__get() 공개 메소드

public __get ( $name )

getDefaultValue() 공개 메소드

public getDefaultValue ( )

getName() 공개 메소드

public getName ( )

getTitle() 공개 메소드

public getTitle ( )

프로퍼티 상세

$defaultValue 보호되어 있는 프로퍼티

protected $defaultValue

$name 보호되어 있는 프로퍼티

protected $name

$title 보호되어 있는 프로퍼티

protected $title