Pantheon\Terminus\Collections\EnvironmentOwnedCollection::getUrl PHP Метод

getUrl() публичный Метод

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

Usage Example

Пример #1
0
 public function getUrl()
 {
     return parent::getUrl() . '?hydrate=' . $this->hydrate;
 }