OpenStreetMap_Module_Model
extends Vtiger_Module_Model
in package
Module Model.
Tags
Table of Contents
- COORDINATES_TABLE_NAME = 'u_#__openstreetmap'
- getAllowedModules() : array<string|int, string>
- Function to get allow modules with checking permissions.
- isAllowModules() : bool
- Check if module is allowed.
Constants
COORDINATES_TABLE_NAME
public
string
COORDINATES_TABLE_NAME
= 'u_#__openstreetmap'
Table name of coordinates for records
Methods
getAllowedModules()
Function to get allow modules with checking permissions.
public
getAllowedModules() : array<string|int, string>
Return values
array<string|int, string> —isAllowModules()
Check if module is allowed.
public
isAllowModules(string $moduleName) : bool
Parameters
- $moduleName : string