getURL() public method

Returns public file URL
public getURL ( $key ) : mixed
$key
return mixed
Example #1
0
 public function getURL($key)
 {
     if (!$this->isDirectory($key)) {
         return $this->driver->getURL($key);
     }
     return false;
 }