PHP 인터페이스 Ayaline\Bundle\ComposerBundle\Consumer\Step\StepInterface

저자: Hubert Moutot ([email protected])
파일 보기 프로젝트 열기: pborreli/composer-service 0 사용 예제들

공개 메소드들

메소드 설명
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)