Maileon PHP client  1.2.5
Easily integrate your PHP application with Maileon.
ImportReference.php
1 <?php
2 
9 {
15  public $contact;
20  function toString()
21  {
22 
23  if (!empty($this->contact)) {
24  return "ImportReference [" . $this->contact->toString() . "]";
25  } else {
26  return "ImportReference []";
27  }
28  }
29 }