PHP 인터페이스 PhpSpec\CodeGenerator\Generator\Generator

파일 보기 프로젝트 열기: phpspec/phpspec 0 사용 예제들

공개 메소드들

메소드 설명
generate ( PhpSpec\Locator\Resource $resource, array $data )
getPriority ( ) : integer
supports ( PhpSpec\Locator\Resource $resource, string $generation, array $data ) : boolean

메소드 상세

generate() 공개 메소드

public generate ( PhpSpec\Locator\Resource $resource, array $data )
$resource PhpSpec\Locator\Resource
$data array

getPriority() 공개 메소드

public getPriority ( ) : integer
리턴 integer

supports() 공개 메소드

public supports ( PhpSpec\Locator\Resource $resource, string $generation, array $data ) : boolean
$resource PhpSpec\Locator\Resource
$generation string
$data array
리턴 boolean