PHP Class Nelmio\Alice\Faker\Provider\AliceProvider

Show file Open project: nelmio/alice Class Usage Examples

Public Methods

Method Description
current ( Nelmio\Alice\FixtureInterface $fixture ) : string
identity ( mixed $expression ) : mixed Returns whatever is passed to it. This allows you among other things to use a PHP expression while still benefiting from variable replacement.

Method Details

current() public static method

public static current ( Nelmio\Alice\FixtureInterface $fixture ) : string
$fixture Nelmio\Alice\FixtureInterface
return string

identity() public static method

Returns whatever is passed to it. This allows you among other things to use a PHP expression while still benefiting from variable replacement.
public static identity ( mixed $expression ) : mixed
$expression mixed
return mixed