Horde_DNS_Backend_Rdo_RecordEntity
extends Horde_Rdo_Base
in package
The Record RDO Entity
See the enclosed file LICENSE for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Tags
Table of Contents
- delete() : mixed
- The function to delete the entity from the database TODO: Is this really necessary?
- toArray() : array<string|int, mixed>
- The magic method to return all properties as an array
- update() : mixed
- The function to update the entity in the database TODO: Is this really necessary?
Methods
delete()
The function to delete the entity from the database TODO: Is this really necessary?
public
delete() : mixed
Return values
mixed —toArray()
The magic method to return all properties as an array
public
toArray([mixed $lazy = false ][, mixed $relationships = false ]) : array<string|int, mixed>
Parameters
- $lazy : mixed = false
- $relationships : mixed = false
Return values
array<string|int, mixed> —The array of all class properties
update()
The function to update the entity in the database TODO: Is this really necessary?
public
update(array<string|int, mixed> $updateData) : mixed
Parameters
- $updateData : array<string|int, mixed>