Loading src/Service/IntrospectionService.php +8 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,6 @@ use UnicaenCode\Service\Traits\ConfigServiceAwareTrait; use UnicaenCode\Util; use UnicaenCode\Manager\ViewHelperManager; use Laminas\ModuleManager\ModuleManager; use Laminas\Mvc\Service\ViewHelperManagerFactory; /** * Loading Loading @@ -251,6 +250,10 @@ class IntrospectionService $module = $this->getModule($modulename); $templatePath = $module['absPath'] . '/' . $module['viewDir']; if (!file_exists($templatePath)){ return []; } $rdi = new \RecursiveDirectoryIterator( $templatePath, \RecursiveDirectoryIterator::FOLLOW_SYMLINKS | \RecursiveDirectoryIterator::SKIP_DOTS Loading @@ -276,6 +279,10 @@ class IntrospectionService $module = $this->getModule($modulename); $templatePath = $module['absPath'] . '/' . $module['srcDir']; if (!file_exists($templatePath)){ return []; } $rdi = new \RecursiveDirectoryIterator( $templatePath, \RecursiveDirectoryIterator::FOLLOW_SYMLINKS | \RecursiveDirectoryIterator::SKIP_DOTS Loading Loading
src/Service/IntrospectionService.php +8 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,6 @@ use UnicaenCode\Service\Traits\ConfigServiceAwareTrait; use UnicaenCode\Util; use UnicaenCode\Manager\ViewHelperManager; use Laminas\ModuleManager\ModuleManager; use Laminas\Mvc\Service\ViewHelperManagerFactory; /** * Loading Loading @@ -251,6 +250,10 @@ class IntrospectionService $module = $this->getModule($modulename); $templatePath = $module['absPath'] . '/' . $module['viewDir']; if (!file_exists($templatePath)){ return []; } $rdi = new \RecursiveDirectoryIterator( $templatePath, \RecursiveDirectoryIterator::FOLLOW_SYMLINKS | \RecursiveDirectoryIterator::SKIP_DOTS Loading @@ -276,6 +279,10 @@ class IntrospectionService $module = $this->getModule($modulename); $templatePath = $module['absPath'] . '/' . $module['srcDir']; if (!file_exists($templatePath)){ return []; } $rdi = new \RecursiveDirectoryIterator( $templatePath, \RecursiveDirectoryIterator::FOLLOW_SYMLINKS | \RecursiveDirectoryIterator::SKIP_DOTS Loading