PHP Interface Ayaline\Bundle\ComposerBundle\Consumer\Step\StepInterface

Author: Hubert Moutot ([email protected])
Datei anzeigen Open project: pborreli/composer-service Interface Usage Examples

Public Methods

Method Description
execute ( Sonata\NotificationBundle\Consumer\ConsumerEvent $event, string $directory ) : integer Executes a step logic.

Method Details

execute() public method

Executes a step logic.
public execute ( Sonata\NotificationBundle\Consumer\ConsumerEvent $event, string $directory ) : integer
$event Sonata\NotificationBundle\Consumer\ConsumerEvent
$directory string
return integer the exit status (0 if successful, non-zero otherwise)