메소드 | 설명 | |
---|---|---|
create ( Nelmio\Alice\FixtureInterface $fixture, integer $code, Throwable $previous ) : InstantiationException | ||
createForConstructorIsMissingMandatoryParameters ( Nelmio\Alice\FixtureInterface $fixture ) : InstantiationException | ||
createForCouldNotGetConstructorData ( Nelmio\Alice\FixtureInterface $fixture, integer $code, Throwable $previous = null ) : InstantiationException | ||
createForInstantiatorNotFoundForFixture ( Nelmio\Alice\FixtureInterface $fixture ) : InstantiatorNotFoundException | ||
createForInvalidInstanceType ( Nelmio\Alice\FixtureInterface $fixture, object $instance ) : InstantiationException | ||
createForNonPublicConstructor ( Nelmio\Alice\FixtureInterface $fixture ) : InstantiationException |
public static createForConstructorIsMissingMandatoryParameters ( Nelmio\Alice\FixtureInterface $fixture ) : InstantiationException | ||
$fixture | Nelmio\Alice\FixtureInterface | |
리턴 | InstantiationException |
public static createForCouldNotGetConstructorData ( Nelmio\Alice\FixtureInterface $fixture, integer $code, Throwable $previous = null ) : InstantiationException | ||
$fixture | Nelmio\Alice\FixtureInterface | |
$code | integer | |
$previous | Throwable | |
리턴 | InstantiationException |
public static createForInstantiatorNotFoundForFixture ( Nelmio\Alice\FixtureInterface $fixture ) : InstantiatorNotFoundException | ||
$fixture | Nelmio\Alice\FixtureInterface | |
리턴 | InstantiatorNotFoundException |
public static createForInvalidInstanceType ( Nelmio\Alice\FixtureInterface $fixture, object $instance ) : InstantiationException | ||
$fixture | Nelmio\Alice\FixtureInterface | |
$instance | object | |
리턴 | InstantiationException |
public static createForNonPublicConstructor ( Nelmio\Alice\FixtureInterface $fixture ) : InstantiationException | ||
$fixture | Nelmio\Alice\FixtureInterface | |
리턴 | InstantiationException |