diff --git a/model/PFAHandler.php b/model/PFAHandler.php index 4b920328..2fd12681 100644 --- a/model/PFAHandler.php +++ b/model/PFAHandler.php @@ -672,6 +672,10 @@ abstract class PFAHandler { return $this->struct; } + public function getMsg() { + return $this->msg; + } + public function getId_field() { return $this->id_field; }