PHP 클래스 Faker\UniqueGenerator

파일 보기 프로젝트 열기: fzaninotto/faker

보호된 프로퍼티들

프로퍼티 타입 설명
$generator
$maxRetries
$uniques

공개 메소드들

메소드 설명
__call ( string $name, array $arguments ) : mixed Catch and proxy all generator calls with arguments but return only unique values
__construct ( Generator $generator, $maxRetries = 10000 )
__get ( string $attribute ) : mixed Catch and proxy all generator calls but return only unique values

메소드 상세

__call() 공개 메소드

Catch and proxy all generator calls with arguments but return only unique values
public __call ( string $name, array $arguments ) : mixed
$name string
$arguments array
리턴 mixed

__construct() 공개 메소드

public __construct ( Generator $generator, $maxRetries = 10000 )
$generator Generator
$maxRetries

__get() 공개 메소드

Catch and proxy all generator calls but return only unique values
public __get ( string $attribute ) : mixed
$attribute string
리턴 mixed

프로퍼티 상세

$generator 보호되어 있는 프로퍼티

protected $generator

$maxRetries 보호되어 있는 프로퍼티

protected $maxRetries

$uniques 보호되어 있는 프로퍼티

protected $uniques