PHP 클래스 Fakerino\FakeData\AbstractFakeDataGenerator

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

보호된 프로퍼티들

프로퍼티 타입 설명
$caller Fakerino\FakeData\FakeDataInterface

공개 메소드들

메소드 설명
generate ( )
getOption ( string $key ) : mixed Gets the options useful for the generate process.
setCaller ( Fakerino\FakeData\FakeDataInterface $fakeData ) Sets the class that calls this generator.

메소드 상세

generate() 추상적인 공개 메소드

abstract public generate ( )

getOption() 공개 메소드

Gets the options useful for the generate process.
public getOption ( string $key ) : mixed
$key string
리턴 mixed

setCaller() 공개 메소드

Sets the class that calls this generator.
public setCaller ( Fakerino\FakeData\FakeDataInterface $fakeData )
$fakeData Fakerino\FakeData\FakeDataInterface

프로퍼티 상세

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

protected FakeDataInterface,Fakerino\FakeData $caller
리턴 Fakerino\FakeData\FakeDataInterface