Happyr\LinkedIn\LinkedIn::getUrlGenerator PHP Метод

getUrlGenerator() защищенный Метод

protected getUrlGenerator ( ) : Happyr\LinkedIn\Http\UrlGeneratorInterface
Результат Happyr\LinkedIn\Http\UrlGeneratorInterface
    protected function getUrlGenerator()
    {
        if ($this->urlGenerator === null) {
            $this->urlGenerator = new UrlGenerator();
        }
        return $this->urlGenerator;
    }

Usage Example

Пример #1
0
 public function getUrlGenerator()
 {
     return parent::getUrlGenerator();
 }