PHP Класс Nelmio\Alice\Faker\Provider\AliceProvider

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

current() публичный статический Метод

public static current ( Nelmio\Alice\FixtureInterface $fixture ) : string
$fixture Nelmio\Alice\FixtureInterface
Результат string

identity() публичный статический Метод

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
Результат mixed