Beispiel #1
0
 /**
  * Get PDF
  *
  * @access public
  * @return array $fileinfo
  */
 public function get_pdf()
 {
     $client = new \Tigron\CP\Client\Soap('http://api.tigron.net/soap/invoice?wsdl');
     return $client->get_pdf($this->id);
 }