PHP 클래스 PhpSpec\Laravel\Extension\LaravelExtension

Bootstraps Laravel and sets up some objects in the Container.
상속: implements PhpSpec\Extension
파일 보기 프로젝트 열기: benconstable/phpspec-laravel

공개 메소드들

메소드 설명
load ( PhpSpec\ServiceContainer $container, array $params )

비공개 메소드들

메소드 설명
getBootstrapPath ( null | string $path = null ) : null | string Get path to bootstrap file.
getVendorPath ( ) : string Get path to vendor/ directory.
isAbsolutePath ( string $path ) : boolean Check if the given path is absolute.

메소드 상세

load() 공개 메소드

public load ( PhpSpec\ServiceContainer $container, array $params )
$container PhpSpec\ServiceContainer
$params array