Settings_Vtiger_Field_Model
extends Vtiger_Field_Model
in package
Field Model Class.
Tags
Table of Contents
- getFieldDataType() : mixed
- {@inheritdoc}
- getModuleName() : mixed
- {@inheritdoc}
- getValidator() : mixed
- {@inheritdoc}
- isNameField() : bool
- Function to check if the field is named field of the module.
- isReadOnly() : bool
- Function to check whether the current field is read-only.
Methods
getFieldDataType()
{@inheritdoc}
public
getFieldDataType() : mixed
Return values
mixed —getModuleName()
{@inheritdoc}
public
getModuleName() : mixed
Return values
mixed —getValidator()
{@inheritdoc}
public
getValidator() : mixed
Return values
mixed —isNameField()
Function to check if the field is named field of the module.
public
isNameField() : bool
Return values
bool —isReadOnly()
Function to check whether the current field is read-only.
public
isReadOnly() : bool