seregazhuk\PinterestBot\Api\Traits\Searchable::getSearchScope PHP Method

getSearchScope() protected method

protected getSearchScope ( ) : string
return string
    protected function getSearchScope()
    {
        return property_exists($this, 'searchScope') ? $this->searchScope : '';
    }