'Name', 'description' => 'Description'); var $name = 'Groups'; /** * Function to get the url for default view of the module * @return - url */ public function getDefaultUrl() { return 'index.php?module=Groups&parent=Settings&view=List'; } /** * Function to get the url for create view of the module * @return - url */ public function getCreateRecordUrl() { return 'index.php?module=Groups&parent=Settings&view=Edit'; } }