PHP 클래스 Nelmio\Alice\Generator\Instantiator\Chainable\ProphecyChainableInstantiator

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

공개 메소드들

메소드 설명
__construct ( AbstractChainableInstantiator $instantiator )
canInstantiate ( Nelmio\Alice\FixtureInterface $fixture ) : boolean

보호된 메소드들

메소드 설명
createInstance ( Nelmio\Alice\FixtureInterface $fixture )

메소드 상세

__construct() 공개 메소드

public __construct ( AbstractChainableInstantiator $instantiator )
$instantiator AbstractChainableInstantiator

canInstantiate() 공개 메소드

public canInstantiate ( Nelmio\Alice\FixtureInterface $fixture ) : boolean
$fixture Nelmio\Alice\FixtureInterface
리턴 boolean

createInstance() 보호된 메소드

protected createInstance ( Nelmio\Alice\FixtureInterface $fixture )
$fixture Nelmio\Alice\FixtureInterface