ok
Direktori : /home2/selectio/public_html/fms-worksuite/vendor/phpro/grumphp/src/Event/ |
Current File : /home2/selectio/public_html/fms-worksuite/vendor/phpro/grumphp/src/Event/TaskEvents.php |
<?php declare(strict_types=1); namespace GrumPHP\Event; final class TaskEvents { const TASK_RUN = 'grumphp.task.run'; const TASK_COMPLETE = 'grumphp.task.complete'; const TASK_FAILED = 'grumphp.task.failed'; const TASK_SKIPPED = 'grumphp.task.skipped'; }