PHP 인터페이스 Nelmio\Alice\FixtureInterface

상속: extends Nelmio\Alice\FixtureIdInterface
파일 보기 프로젝트 열기: nelmio/alice 0 사용 예제들

공개 메소드들

메소드 설명
getClassName ( ) : string
getSpecs ( ) : SpecificationBag
getValueForCurrent ( ) : string | integer
withSpecs ( SpecificationBag $specs ) : static Creates a new instance with the given specs.

메소드 상세

getClassName() 공개 메소드

public getClassName ( ) : string
리턴 string FQCN. May contain flags depending of the implementation.

getSpecs() 공개 메소드

public getSpecs ( ) : SpecificationBag
리턴 Nelmio\Alice\Definition\SpecificationBag

getValueForCurrent() 공개 메소드

public getValueForCurrent ( ) : string | integer
리턴 string | integer

withSpecs() 공개 메소드

Creates a new instance with the given specs.
public withSpecs ( SpecificationBag $specs ) : static
$specs Nelmio\Alice\Definition\SpecificationBag
리턴 static