Example #1
0
 public function canGetLists()
 {
     if ($this->getConfig('api_key') && $this->getConfig('client_api_id')) {
         return parent::canGetLists();
     }
 }