PHP Класс PhpSpec\Laravel\Listener\LaravelListener

This only applies to specs that implement the LaravelBehaviorInterface.
Наследование: implements Symfony\Component\EventDispatcher\EventSubscriberInterface
Показать файл Открыть проект

Открытые методы

Метод Описание
__construct ( Laravel $laravel ) Constructor.
beforeSpecification ( SpecificationEvent $event ) : void Run the 'beforeSpecification' hook.
getSubscribedEvents ( )

Описание методов

__construct() публичный Метод

Constructor.
public __construct ( Laravel $laravel )
$laravel PhpSpec\Laravel\Util\Laravel

beforeSpecification() публичный Метод

Run the 'beforeSpecification' hook.
public beforeSpecification ( SpecificationEvent $event ) : void
$event PhpSpec\Event\SpecificationEvent
Результат void

getSubscribedEvents() публичный статический Метод

public static getSubscribedEvents ( )