コード例 #1
0
 /**
  * Stub for overruling default snippet loader initiation.
  */
 protected function loadSnippetLoader()
 {
     // Create the snippet with this controller as the parameter source
     $this->snippetLoader = $this->loader->getSnippetLoader($this);
 }