'Role Id', 'rolename' => 'Name'); var $name = 'Roles'; /** * Function to get the url for default view of the module * @return - url */ public function getDefaultUrl() { return 'index.php?module=Roles&parent=Settings&view=Index'; } /** * Function to get the url for Create view of the module * @return - url */ public function getCreateRecordUrl() { return 'index.php?module=Roles&parent=Settings&view=Index'; } }