Documentation

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
author

Diana Hille hille@b1-systems.de

author

Ralf Lang lang@b1-systems.de

category

Horde

Table of Contents

$_classname  : mixed
$_lazyRelationships  : mixed
$_table  : mixed
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
Return values
mixed

deleteChangeset()

public deleteChangeset(array<string|int, mixed> $criteria) : mixed
Parameters
$criteria : array<string|int, mixed>
Return values
mixed

toArray()

public toArray([mixed $criteria = null ]) : mixed
Parameters
$criteria : mixed = null
Return values
mixed

updateChangesets()

public updateChangesets(array<string|int, mixed> $criteria) : mixed
Parameters
$criteria : array<string|int, mixed>
Return values
mixed

Search results