PHP 클래스 Nelmio\Alice\Generator\Resolver\Fixture\TemplatingFixtureBag

파일 보기 프로젝트 열기: nelmio/alice 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( )
get ( string $id ) : Nelmio\Alice\FixtureInterface
getFixtures ( ) : FixtureBag
getTemplate ( string $id ) : Nelmio\Alice\FixtureInterface
has ( string $id ) : boolean
hasTemplate ( string $id ) : boolean
with ( Nelmio\Alice\FixtureInterface $fixture ) : self

메소드 상세

__construct() 공개 메소드

public __construct ( )

get() 공개 메소드

public get ( string $id ) : Nelmio\Alice\FixtureInterface
$id string
리턴 Nelmio\Alice\FixtureInterface

getFixtures() 공개 메소드

public getFixtures ( ) : FixtureBag
리턴 Nelmio\Alice\FixtureBag

getTemplate() 공개 메소드

public getTemplate ( string $id ) : Nelmio\Alice\FixtureInterface
$id string
리턴 Nelmio\Alice\FixtureInterface

has() 공개 메소드

public has ( string $id ) : boolean
$id string
리턴 boolean

hasTemplate() 공개 메소드

public hasTemplate ( string $id ) : boolean
$id string
리턴 boolean

with() 공개 메소드

public with ( Nelmio\Alice\FixtureInterface $fixture ) : self
$fixture Nelmio\Alice\FixtureInterface
리턴 self