seregazhuk\PinterestBot\Api\Traits\Searchable::getSearchScope PHP Метод

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

protected getSearchScope ( ) : string
Результат string
    protected function getSearchScope()
    {
        return property_exists($this, 'searchScope') ? $this->searchScope : '';
    }