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

상속: implements Nelmio\Alice\FixtureInterface, use trait Nelmio\Alice\NotCallableTrait
파일 보기 프로젝트 열기: nelmio/alice

공개 메소드들

메소드 설명
getClassName ( ) : string
getId ( ) : string
getSpecs ( ) : SpecificationBag
getValueForCurrent ( )
withSpecs ( SpecificationBag $specs )

메소드 상세

getClassName() 공개 메소드

public getClassName ( ) : string
리턴 string

getId() 공개 메소드

public getId ( ) : string
리턴 string

getSpecs() 공개 메소드

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

getValueForCurrent() 공개 메소드

public getValueForCurrent ( )

withSpecs() 공개 메소드

public withSpecs ( SpecificationBag $specs )
$specs Nelmio\Alice\Definition\SpecificationBag