PHP 클래스 Nelmio\Alice\Definition\Fixture\TemplatingFixture

상속: implements Nelmio\Alice\Definition\FixtureWithFlagsInterface
파일 보기 프로젝트 열기: nelmio/alice 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( Nelmio\Alice\Definition\FixtureWithFlagsInterface $fixture )
extendsFixtures ( ) : boolean
getClassName ( ) : string
getExtendedFixturesReferences ( ) : array
getFlags ( ) : FlagBag
getId ( ) : string
getSpecs ( ) : SpecificationBag
getValueForCurrent ( )
isATemplate ( ) : boolean
withSpecs ( SpecificationBag $specs ) : self

메소드 상세

__construct() 공개 메소드

public __construct ( Nelmio\Alice\Definition\FixtureWithFlagsInterface $fixture )
$fixture Nelmio\Alice\Definition\FixtureWithFlagsInterface

extendsFixtures() 공개 메소드

public extendsFixtures ( ) : boolean
리턴 boolean

getClassName() 공개 메소드

public getClassName ( ) : string
리턴 string

getExtendedFixturesReferences() 공개 메소드

public getExtendedFixturesReferences ( ) : array
리턴 array List of fixture ids that the fixture extends.

getFlags() 공개 메소드

public getFlags ( ) : FlagBag
리턴 Nelmio\Alice\Definition\FlagBag

getId() 공개 메소드

public getId ( ) : string
리턴 string

getSpecs() 공개 메소드

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

getValueForCurrent() 공개 메소드

public getValueForCurrent ( )

isATemplate() 공개 메소드

public isATemplate ( ) : boolean
리턴 boolean

withSpecs() 공개 메소드

public withSpecs ( SpecificationBag $specs ) : self
$specs Nelmio\Alice\Definition\SpecificationBag
리턴 self