Horde_DNS_Changeset_Mapper
extends Horde_Rdo_Mapper
in package
The Changeset Mapper NOTE: It is Rdo specific, maybe include in the regular Rdo update process of the record?
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
Properties
- $_classname : mixed
- $_lazyRelationships : mixed
- $_table : mixed
Methods
- create() : mixed
- deleteChangeset() : mixed
- toArray() : mixed
- updateChangesets() : mixed
Properties
$_classname
protected
mixed
$_classname
= 'Horde_DNS_Changeset_Entity'
$_lazyRelationships
protected
mixed
$_lazyRelationships
= array('zone' => array('type' => \Horde_Rdo::MANY_TO_ONE, 'foreignkey' => 'zone_id', 'mapper' => 'Horde_DNS_Zone_Mapper'))
$_table
protected
mixed
$_table
= 'horde_dns_changesets'
Methods
create()
public
create(mixed $fields) : mixed
Parameters
- $fields : mixed
deleteChangeset()
public
deleteChangeset(array<string|int, mixed> $criteria) : mixed
Parameters
- $criteria : array<string|int, mixed>
toArray()
public
toArray([mixed $criteria = null ]) : mixed
Parameters
- $criteria : mixed = null
updateChangesets()
public
updateChangesets(array<string|int, mixed> $criteria) : mixed
Parameters
- $criteria : array<string|int, mixed>