PHP 클래스 Grido\Tests\Helper

저자: Petr Bugyík
파일 보기 프로젝트 열기: o5/grido 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$grid Grido\Grid
$presenter TestPresenter

공개 메소드들

메소드 설명
assertTypeError ( $function )
grid ( Closure $definition )
request ( array $params = [], string $method = Nette\Http\Request::GET ) : Nette\Application\IResponse
run ( array $params = [], string $method = Nette\Http\Request::GET ) : Nette\Application\IResponse

비공개 메소드들

메소드 설명
createPresenter ( ) : TestPresenter

메소드 상세

assertTypeError() 공개 정적인 메소드

public static assertTypeError ( $function )

grid() 공개 정적인 메소드

public static grid ( Closure $definition )
$definition Closure of grid; function(Grid $grid, TestPresenter $presenter) { };

request() 공개 정적인 메소드

public static request ( array $params = [], string $method = Nette\Http\Request::GET ) : Nette\Application\IResponse
$params array
$method string
리턴 Nette\Application\IResponse

run() 공개 메소드

public run ( array $params = [], string $method = Nette\Http\Request::GET ) : Nette\Application\IResponse
$params array
$method string
리턴 Nette\Application\IResponse

프로퍼티 상세

$grid 공개적으로 정적으로 프로퍼티

public static Grid,Grido $grid
리턴 Grido\Grid

$presenter 공개적으로 정적으로 프로퍼티

public static TestPresenter,Grido\Tests $presenter
리턴 TestPresenter