Example #1
0
 public function __construct()
 {
     $this->objConfig = YarblesLocator::getConfig();
     $this->strApiKey = $this->objConfig->getProperty('tmdb_api_key');
     $this->objRestService = YarblesLocator::getRestService(self::API_HOST);
 }