MIOLO26
Carregando...
Procurando...
Nenhuma entrada encontrada
Referência à classe MCustomValue26

Membros públicos

 __construct ($data=NULL)
 
 setData ($data)
 
 insert ()
 
 update ()
 
 updateByData ()
 
 delete ()
 
 deleteByCustomizedId ()
 

Membros públicos estáticos

static getFieldValues ($identifier, $customizedId)
 
static searchFieldValues ($identifier, $searchData)
 

Campos de Dados

const KEY_SEPARATOR = '|'
 
 $id
 
 $customizedId
 
 $customFieldId
 
 $value
 

Descrição detalhada

Documentação dos Construtores & Destrutor

◆ __construct()

__construct ( $data = NULL)

MCustomValue constructor.

Parâmetros
object$dataA stdClass instance to populate this object.

Documentação das funções

◆ delete()

delete ( )

Delete a custom field value.

Retorna
object Result of the removal.

◆ deleteByCustomizedId()

deleteByCustomizedId ( )

Delete a custom field value.

Retorna
object Whether was successfully deleted.

◆ getFieldValues()

static getFieldValues ( $identifier,
$customizedId )
static

Get the field values.

Parâmetros
string$identifierCustom fields identifier.
mixed$customizedIdThe primary key of the related table.
Retorna
object A stdClass instance.
Exemplos
/var/docker/solisge-devel/www/solisge/miolo26/classes/ui/controls/mform.class.php.

◆ insert()

insert ( )

Insert a custom field value.

Retorna
object Result of the insertion.

◆ searchFieldValues()

static searchFieldValues ( $identifier,
$searchData )
static

Search the field values through the identifier and the form data.

Parâmetros
string$identifierIdentifier.
array$searchDataForm data.
Retorna
array Values saved at the database.
Exemplos
/var/docker/solisge-devel/www/solisge/miolo26/classes/ui/controls/mform.class.php.

◆ setData()

setData ( $data)

Set the object attributes.

Parâmetros
object$dataA stdClass instance.

◆ update()

update ( )

Update a custom field value.

Retorna
object Result of the update.

◆ updateByData()

updateByData ( )

Update a custom field value by the customized id and the custom field id.

Retorna
object Result of the update.

Documentação dos campos e atributos

◆ $customFieldId

$customFieldId

◆ $customizedId

$customizedId

◆ $id

$id

◆ $value

$value

◆ KEY_SEPARATOR

const KEY_SEPARATOR = '|'

Separador para chaves primarias compostas. Campo miolo_custom_value.customized_id


A documentação para esta classe foi gerada a partir do seguinte ficheiro: