Exemplo n.º 1
0
 /**
  * Prepares the handlers, having the code built.
  * @return $this Implementing fluent interface.
  */
 public function prepare()
 {
     parent::prepare();
     $this->addGlobalCode($this->buildInternalCode(), 0);
     return $this;
 }