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

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

Méthodes publiques

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

Method Details

execute() public méthode

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