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