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

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

공개 메소드들

메소드 설명
__construct ( Nelmio\Alice\FixtureInterface $fixture, FlagBag $flags )
getClassName ( ) : string
getFlags ( ) : FlagBag
getId ( ) : string
getSpecs ( ) : SpecificationBag
getValueForCurrent ( )
withSpecs ( SpecificationBag $specs ) : self

메소드 상세

__construct() 공개 메소드

public __construct ( Nelmio\Alice\FixtureInterface $fixture, FlagBag $flags )
$fixture Nelmio\Alice\FixtureInterface
$flags Nelmio\Alice\Definition\FlagBag

getClassName() 공개 메소드

public getClassName ( ) : string
리턴 string

getFlags() 공개 메소드

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

getId() 공개 메소드

public getId ( ) : string
리턴 string

getSpecs() 공개 메소드

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

getValueForCurrent() 공개 메소드

public getValueForCurrent ( )

withSpecs() 공개 메소드

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