Method | Description | |
---|---|---|
__construct ( ) | ||
get ( string $id ) : Nelmio\Alice\FixtureInterface | ||
getFixtures ( ) : |
||
getTemplate ( string $id ) : Nelmio\Alice\FixtureInterface | ||
has ( string $id ) : boolean | ||
hasTemplate ( string $id ) : boolean | ||
with ( Nelmio\Alice\FixtureInterface $fixture ) : self |
public getTemplate ( string $id ) : Nelmio\Alice\FixtureInterface | ||
$id | string | |
return | Nelmio\Alice\FixtureInterface |
public with ( Nelmio\Alice\FixtureInterface $fixture ) : self | ||
$fixture | Nelmio\Alice\FixtureInterface | |
return | self |