Пример #1
0
 public function get($url)
 {
     $this->checkUrl($url);
     return parent::storeRemote($url);
 }
Пример #2
0
 public function get($file)
 {
     return parent::storeRemote($this->getHttpLink($file));
 }