Documentation

Profile
in package

Provides API to work with vtiger CRM Profile.

Table of Contents

$desc  : mixed
$id  : mixed
$name  : mixed
deleteForField()  : mixed
Delete profile information related with field.
deleteForModule()  : mixed
Delete profile setup of the module.
getAllIds()  : mixed
Get all the existing profile ids.
initForField()  : mixed
Initialize profile setup for Field.
initForModule()  : mixed
Initialize profile setup for the module.
save()  : mixed
create()  : mixed
update()  : mixed

Properties

Methods

deleteForField()

Delete profile information related with field.

public static deleteForField(FieldBasic $fieldInstance) : mixed
Parameters
$fieldInstance : FieldBasic
Return values
mixed

deleteForModule()

Delete profile setup of the module.

public static deleteForModule(ModuleBasic $moduleInstance) : mixed
Parameters
$moduleInstance : ModuleBasic
Return values
mixed

getAllIds()

Get all the existing profile ids.

public static getAllIds() : mixed
Return values
mixed

initForField()

Initialize profile setup for Field.

public static initForField(FieldBasic $fieldInstance) : mixed
Parameters
$fieldInstance : FieldBasic
Return values
mixed

initForModule()

Initialize profile setup for the module.

public static initForModule(ModuleBasic $moduleInstance) : mixed
Parameters
$moduleInstance : ModuleBasic
Return values
mixed

save()

public save() : mixed
Return values
mixed

create()

private create() : mixed
Return values
mixed

update()

private update() : mixed
Return values
mixed

        

Search results