<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://www.linuxnetworks.de/doc/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://www.linuxnetworks.de/doc/index.php?action=history&amp;feed=atom&amp;title=PowerDNS_Management_API%2FLibrary</id>
		<title>PowerDNS Management API/Library - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://www.linuxnetworks.de/doc/index.php?action=history&amp;feed=atom&amp;title=PowerDNS_Management_API%2FLibrary"/>
		<link rel="alternate" type="text/html" href="https://www.linuxnetworks.de/doc/index.php?title=PowerDNS_Management_API/Library&amp;action=history"/>
		<updated>2026-06-23T11:30:20Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.23.11</generator>

	<entry>
		<id>https://www.linuxnetworks.de/doc/index.php?title=PowerDNS_Management_API/Library&amp;diff=3513&amp;oldid=prev</id>
		<title>Nose: interfaces</title>
		<link rel="alternate" type="text/html" href="https://www.linuxnetworks.de/doc/index.php?title=PowerDNS_Management_API/Library&amp;diff=3513&amp;oldid=prev"/>
				<updated>2009-02-15T20:07:44Z</updated>
		
		<summary type="html">&lt;p&gt;interfaces&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Interfaces ==&lt;br /&gt;
&lt;br /&gt;
=== Records ===&lt;br /&gt;
&lt;br /&gt;
 interface PowerDNS_Record_Interface&lt;br /&gt;
 {&lt;br /&gt;
 	public function getId();&lt;br /&gt;
 &lt;br /&gt;
 	public function get( $name );&lt;br /&gt;
 &lt;br /&gt;
 	public function set( $name, $value );&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
=== Domains ===&lt;br /&gt;
&lt;br /&gt;
 interface PowerDNS_Domain_Interface&lt;br /&gt;
 {&lt;br /&gt;
 	public function getId();&lt;br /&gt;
 &lt;br /&gt;
 	public function addRecord( PowerDNS_Record_Interface $record );&lt;br /&gt;
 &lt;br /&gt;
 	public function deleteRecord( $index );&lt;br /&gt;
 &lt;br /&gt;
 	public function getRecords();&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
=== Zones ===&lt;br /&gt;
&lt;br /&gt;
 interface PowerDNS_Zone_Interface&lt;br /&gt;
 {&lt;br /&gt;
 	public function getId();&lt;br /&gt;
 &lt;br /&gt;
 	public function get( $name );&lt;br /&gt;
 &lt;br /&gt;
 	public function set( $name, $value );&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
=== Manager ===&lt;br /&gt;
&lt;br /&gt;
 interface PowerDNS_Manager_Interface&lt;br /&gt;
 {&lt;br /&gt;
 	public function createZone();&lt;br /&gt;
 &lt;br /&gt;
 	public function createDomain();&lt;br /&gt;
 &lt;br /&gt;
 	public function createRecord( $type );&lt;br /&gt;
 &lt;br /&gt;
 	public function getRecordTypes();&lt;br /&gt;
 &lt;br /&gt;
 	public function addZone( PowerDNS_Zone_Interface $zone );&lt;br /&gt;
 &lt;br /&gt;
 	public function deleteZone( $zoneid );&lt;br /&gt;
 &lt;br /&gt;
 	public function searchZones( PowerDNS_Criteria_Interface $criteria );&lt;br /&gt;
 &lt;br /&gt;
 	public function addDomain( $zoneid, PowerDNS_Domain_Interface $domain );&lt;br /&gt;
 &lt;br /&gt;
 	public function deleteDomain( $zoneid, $domainid );&lt;br /&gt;
 &lt;br /&gt;
 	public function searchDomains( $zoneid, PowerDNS_Criteria_Interface $criteria );&lt;br /&gt;
 }&lt;/div&gt;</summary>
		<author><name>Nose</name></author>	</entry>

	</feed>