Pantheon\Terminus\Collections\EnvironmentOwnedCollection::getUrl PHP Méthode

getUrl() public méthode

public getUrl ( )
    public function getUrl()
    {
        return $this->replaceUrlTokens(parent::getUrl());
    }

Usage Example

 public function getUrl()
 {
     return parent::getUrl() . '?hydrate=' . $this->hydrate;
 }