Skip to content

Commit

Permalink
Docblock.
Browse files Browse the repository at this point in the history
  • Loading branch information
Drak committed Apr 21, 2012
1 parent 0989020 commit bf7f92a
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -21,6 +21,7 @@ public function load($resource, $type = null)
{
$collection = new RouteCollection();

/* @var AbstractModule $moduleBundle */
foreach ($this->zikulaKernel->getZiklaBundlesOfType(ZikulaKernel::TYPE_MODULES) as $moduleBundle) {
$resource = '@'.$moduleBundle->getName().'/Controller/';
$subCollection = $this->resolve($resource)->load($resource, 'annotation');
Expand Down

0 comments on commit bf7f92a

Please sign in to comment.