From 7a237c98f42b8e0446d5357e3b23e7a753978f08 Mon Sep 17 00:00:00 2001 From: Christian Boltz Date: Wed, 19 Oct 2011 20:21:43 +0000 Subject: [PATCH] DomainHandler: - new function getId_field() git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1224 a1433add-5e2c-0410-b055-b7f2511e0802 --- model/DomainHandler.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/model/DomainHandler.php b/model/DomainHandler.php index 3a34713b..3d34e347 100644 --- a/model/DomainHandler.php +++ b/model/DomainHandler.php @@ -121,6 +121,10 @@ class DomainHandler extends PFAHandler { return $this->struct; } + public function getId_field() { + return $this->id_field; + } + public function getTransports() { return Config::read('transport_options'); }