PHP 인터페이스 Fakerino\FakeData\FakeDataInterface

저자: Nicola Pietroluongo ([email protected])
파일 보기 프로젝트 열기: fakerino/fakerino

공개 메소드들

메소드 설명
__construct ( null | array $options = null ) Constructor
generatedBy ( ) : string Returns generators for processing the fake data.
getDefaultOptions ( ) : array Gets the default options.
getOption ( string $key ) : mixed Gets an option from its name.
getRequiredOptions ( ) : array Gets the required options.

메소드 상세

__construct() 공개 메소드

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

generatedBy() 공개 메소드

Returns generators for processing the fake data.
public generatedBy ( ) : string
리턴 string

getDefaultOptions() 공개 메소드

Gets the default options.
public getDefaultOptions ( ) : array
리턴 array

getOption() 공개 메소드

Gets an option from its name.
public getOption ( string $key ) : mixed
$key string
리턴 mixed

getRequiredOptions() 공개 메소드

Gets the required options.
public getRequiredOptions ( ) : array
리턴 array