PHP 클래스 PhpSchool\LearnYouPhp\Exercise\DatabaseRead

저자: Michael Woodawrd ([email protected])
저자: Aydin Hassan ([email protected])
상속: extends PhpSchool\PhpWorkshop\Exercise\AbstractExercise, implements PhpSchool\PhpWorkshop\Exercise\ExerciseInterface, implements PhpSchool\PhpWorkshop\ExerciseCheck\DatabaseExerciseCheck, implements PhpSchool\PhpWorkshop\Exercise\CliExercise
파일 보기 프로젝트 열기: php-school/learn-you-php 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( Generator $faker )
configure ( PhpSchool\PhpWorkshop\ExerciseDispatcher $dispatcher )
getArgs ( ) : array
getDescription ( ) : string
getName ( ) : string
getType ( ) : PhpSchool\PhpWorkshop\Exercise\ExerciseType
seed ( PDO $db ) : void
verify ( PDO $db ) : boolean

메소드 상세

__construct() 공개 메소드

public __construct ( Generator $faker )
$faker Faker\Generator

configure() 공개 메소드

public configure ( PhpSchool\PhpWorkshop\ExerciseDispatcher $dispatcher )
$dispatcher PhpSchool\PhpWorkshop\ExerciseDispatcher

getArgs() 공개 메소드

public getArgs ( ) : array
리턴 array

getDescription() 공개 메소드

public getDescription ( ) : string
리턴 string

getName() 공개 메소드

public getName ( ) : string
리턴 string

getType() 공개 메소드

public getType ( ) : PhpSchool\PhpWorkshop\Exercise\ExerciseType
리턴 PhpSchool\PhpWorkshop\Exercise\ExerciseType

seed() 공개 메소드

public seed ( PDO $db ) : void
$db PDO
리턴 void

verify() 공개 메소드

public verify ( PDO $db ) : boolean
$db PDO
리턴 boolean