예제 #1
0
파일: Hook.php 프로젝트: badelas/thelia
 public function __construct($debug, ContainerAwareEventDispatcher $dispatcher)
 {
     $this->debug = $debug;
     $this->dispatcher = $dispatcher;
     $this->translator = $dispatcher->getContainer()->get("thelia.translator");
     $this->hookResults = array();
 }