| Total Complexity | 2 |
| Total Lines | 17 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 10 | abstract class AbstractCommand extends ContainerAwareCommand |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * @var \Kaliop\eZWorkflowEngineBundle\Core\WorkflowServiceFacade |
||
| 14 | */ |
||
| 15 | private $workflowService; |
||
| 16 | |||
| 17 | /** |
||
| 18 | * @return \Kaliop\eZWorkflowEngineBundle\Core\WorkflowServiceFacade |
||
| 19 | */ |
||
| 20 | public function getWorkflowService() |
||
| 29 |