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