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