PHP Class Nelmio\Alice\Throwable\Exception\Generator\Resolver\NoSuchPropertyExceptionFactory

Datei anzeigen Open project: nelmio/alice Class Usage Examples

Public Methods

Method Description
createForFixture ( Nelmio\Alice\FixtureInterface $fixture, FixturePropertyValue $value, integer $code, Throwable $previous = null ) : NoSuchPropertyException

Method Details

createForFixture() public static method

public static createForFixture ( Nelmio\Alice\FixtureInterface $fixture, FixturePropertyValue $value, integer $code, Throwable $previous = null ) : NoSuchPropertyException
$fixture Nelmio\Alice\FixtureInterface
$value Nelmio\Alice\Definition\Value\FixturePropertyValue
$code integer
$previous Throwable
return NoSuchPropertyException