PHP 클래스 Nelmio\Alice\Faker\Provider\AliceProvider

파일 보기 프로젝트 열기: nelmio/alice 1 사용 예제들

공개 메소드들

메소드 설명
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