whoami7 - Manager
:
/
home
/
kckglobal
/
www
/
portal
/
vendor
/
phpro
/
grumphp
/
src
/
Task
/
Upload File:
files >> /home/kckglobal/www/portal/vendor/phpro/grumphp/src/Task/TaskInterface.php
<?php declare(strict_types=1); namespace GrumPHP\Task; use GrumPHP\Runner\TaskResultInterface; use GrumPHP\Task\Config\TaskConfigInterface; use GrumPHP\Task\Context\ContextInterface; use Symfony\Component\OptionsResolver\OptionsResolver; interface TaskInterface { public static function getConfigurableOptions(): OptionsResolver; public function canRunInContext(ContextInterface $context): bool; public function run(ContextInterface $context): TaskResultInterface; public function getConfig(): TaskConfigInterface; public function withConfig(TaskConfigInterface $config): TaskInterface; }
Copyright ©2021 || Defacer Indonesia