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