Exemplo n.º 1
0
 /**
  * Sets up the breakpoint defaults.
  */
 protected function setupBreakpoint()
 {
     $this->breakpoint = new Breakpoint(array(), $this->pluginId, $this->pluginDefinition);
     $this->breakpoint->setStringTranslation($this->stringTranslation);
 }