/** * @return UserRepresentation */ public function user() { return $this->getAdapter('users')->getRepresentation($this->permission->getUser()); }
/** * {@inheritDoc} */ public function getUser() { $this->__initializer__ && $this->__initializer__->__invoke($this, 'getUser', array()); return parent::getUser(); }