_roleId = (string) $roleId; } /** * Defined by Zend_Acl_Role_Interface; returns the Role identifier * * @return string */ public function getRoleId() { return $this->_roleId; } /** * Defined by Zend_Acl_Role_Interface; returns the Role identifier * Proxies to getRoleId() * * @return string */ public function __toString() { return $this->getRoleId(); } }