getURL() public method

public getURL ( $key )
Example #1
0
 /**
  * @inheritdoc
  */
 public function getUrl()
 {
     if ($this->url === null) {
         $this->url = $this->storage->getURL($this->key);
     }
     return $this->url;
 }