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

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

공개 메소드들

메소드 설명
__construct ( string $id, string $className, SpecificationBag $specs, string $valueForCurrent = null )
getClassName ( ) : string
getId ( ) : string
getSpecs ( ) : SpecificationBag
getValueForCurrent ( )
withSpecs ( SpecificationBag $specs ) : self

메소드 상세

__construct() 공개 메소드

public __construct ( string $id, string $className, SpecificationBag $specs, string $valueForCurrent = null )
$id string
$className string
$specs Nelmio\Alice\Definition\SpecificationBag
$valueForCurrent string

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 ) : self
$specs Nelmio\Alice\Definition\SpecificationBag
리턴 self