| 1 | <?php |
||
| 13 | class CreateTicketDirTaskFactory |
||
| 14 | { |
||
| 15 | /** @var int */ |
||
| 16 | public const PRIORITY = 10; |
||
| 17 | |||
| 18 | /** |
||
| 19 | * If application has no directory, returns CreateTicketDirTask. |
||
| 20 | * Throws MisguidedTaskException if directory exists or application status is done. |
||
| 21 | * |
||
| 22 | * @throws MisguidedTaskException |
||
| 23 | */ |
||
| 24 | 4 | public function create( |
|
| 38 | } |
||
| 39 |