示例#1
0
 function __construct()
 {
     parent::__construct();
     $this->url = LTPGenerator::URL;
     $this->pattern = 'all';
     $this->format = 'json';
 }
示例#2
0
 /**
  * @return mixed
  */
 public function get()
 {
     return $this->client->get();
 }