PHP Интерфейс Ayaline\Bundle\ComposerBundle\Consumer\Step\StepInterface

Автор: Hubert Moutot ([email protected])
Показать файл Открыть проект Примеры использования интерфейса

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

Метод Описание
execute ( Sonata\NotificationBundle\Consumer\ConsumerEvent $event, string $directory ) : integer Executes a step logic.

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

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

Executes a step logic.
public execute ( Sonata\NotificationBundle\Consumer\ConsumerEvent $event, string $directory ) : integer
$event Sonata\NotificationBundle\Consumer\ConsumerEvent
$directory string
Результат integer the exit status (0 if successful, non-zero otherwise)