Exemple #1
0
 public function _before()
 {
     parent::_before();
     $this->baseConfig = array("api_endpoint" => 'https://wceaapi.org/', "api_version" => '1.1', "response_type" => 'json');
     $this->baseUrl = $this->baseConfig['api_endpoint'] . 'v' . $this->baseConfig['api_version'];
 }
 public function _before()
 {
     parent::_before();
     $this->reflected = new \ReflectionClass($this->V);
 }
 public function _before()
 {
     parent::_before();
     $this->baseConfig = array("api_endpoint" => 'http://verifiedapi.org/', "api_version" => '1', "response_type" => 'json');
 }