PHP 클래스 Fakerino\FakeData\AbstractFakeData

저자: Nicola Pietroluongo ([email protected])
상속: implements Fakerino\FakeData\FakeDataInterface
파일 보기 프로젝트 열기: fakerino/fakerino

보호된 프로퍼티들

프로퍼티 타입 설명
$defaultExtraGenerators array The default additional generators called if the main one is not available.

공개 메소드들

메소드 설명
__construct ( null | array $options = null ) Constructor
generatedBy ( )
getDefaultOptions ( )
getOption ( string $key ) : string | null Gets options.

메소드 상세

__construct() 최종 공개 메소드

Constructor
final public __construct ( null | array $options = null )
$options null | array

generatedBy() 공개 메소드

public generatedBy ( )

getDefaultOptions() 공개 메소드

public getDefaultOptions ( )

getOption() 최종 공개 메소드

Gets options.
final public getOption ( string $key ) : string | null
$key string
리턴 string | null

프로퍼티 상세

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

The default additional generators called if the main one is not available.
protected array $defaultExtraGenerators
리턴 array