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