/**
  * {@inheritDoc}
  */
 public function setDecisionPath($decisionPath)
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'setDecisionPath', array($decisionPath));
     return parent::setDecisionPath($decisionPath);
 }