PHP 클래스 SensioLabs\Deptrac\OutputFormatter\OutputFormatterOption

파일 보기 프로젝트 열기: sensiolabs-de/deptrac 1 사용 예제들

공개 메소드들

메소드 설명
getDefault ( ) : mixed
getDescription ( ) : string
getMode ( ) : integer | null
getName ( ) : string
newValueOption ( $name, $description, $default = null )

비공개 메소드들

메소드 설명
__construct ( string $name, integer $mode = null, string $description = '', mixed $default = null )

메소드 상세

getDefault() 공개 메소드

public getDefault ( ) : mixed
리턴 mixed

getDescription() 공개 메소드

public getDescription ( ) : string
리턴 string

getMode() 공개 메소드

public getMode ( ) : integer | null
리턴 integer | null

getName() 공개 메소드

public getName ( ) : string
리턴 string

newValueOption() 공개 정적인 메소드

public static newValueOption ( $name, $description, $default = null )