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