Method | Description | |
---|---|---|
__construct ( string $name, Nelmio\Alice\Definition\ValueInterface | mixed $value ) | ||
getName ( ) : string | ||
getValue ( ) : Nelmio\Alice\Definition\ValueInterface | mixed | ||
withValue ( $value ) : self | param ValueInterface|mixed $value |
public __construct ( string $name, Nelmio\Alice\Definition\ValueInterface | mixed $value ) | ||
$name | string | Fixture property name, e.g. 'username' (no flags expected) |
$value | Nelmio\Alice\Definition\ValueInterface | mixed |
public withValue ( $value ) : self | ||
return | self |