Skip to content
Snippets Groups Projects
Select Git revision
  • fba6e7076677eddb081e61ab4d58c0f86d11b0e4
  • master default protected
  • 5.x
  • 7
  • 6.0.question
  • bg-php8
  • release_3.1.0
  • release_4.0.0
  • zf-3.0
  • zf-3.x
  • 6.0.6
  • 5.0.8
  • 5.0.7
  • 6.0.5
  • 5.0.6
  • 6.0.4
  • 5.0.5
  • 7.0.3
  • 7.0.2
  • 6.0.3
  • 6.0.2
  • 6.0.1
  • 5.0.4
  • 7.0.1
  • 5.0.3
  • 5.0.2
  • 5.0.1
  • 7.0.0
  • 6.0.0
  • 4.0.2
30 results

autoload_classmap.php

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    test4.php 483 B
    <?php
    
    /**
     * @var $this       \Application\View\Renderer\PhpRenderer
     * @var $controller \Zend\Mvc\Controller\AbstractController
     * @var $viewName   string
     * @var $sl         \Zend\ServiceManager\ServiceLocatorInterface
     */
    
    //throw new \Exception('test');
    use Application\Entity\Db\Intervenant;
    use Application\Service\WorkflowService;
    
    /** @var WorkflowService $w */
    $w = $sl->get('workflow');
    
    $i = new Intervenant();
    
    //$w->calculerTableauxBord(['workflow','formule'], $i);