PHP 클래스 Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Token

파일 보기 프로젝트 열기: nelmio/alice 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( string $value, TokenType $type )
__toString ( )
getType ( ) : string
getValue ( ) : string
withValue ( string $value ) : self

메소드 상세

__construct() 공개 메소드

public __construct ( string $value, TokenType $type )
$value string
$type TokenType

__toString() 공개 메소드

public __toString ( )

getType() 공개 메소드

public getType ( ) : string
리턴 string

getValue() 공개 메소드

public getValue ( ) : string
리턴 string

withValue() 공개 메소드

public withValue ( string $value ) : self
$value string
리턴 self