yii\sphinx\ActiveRecord::getSnippetSource PHP Метод

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

Child classes must implement this method to return the actual snippet source text. For example: php public function getSnippetSource() { return $this->snippetSourceRelation->content; }
public getSnippetSource ( ) : string
Результат string snippet source string.
    public function getSnippetSource()
    {
        throw new NotSupportedException($this->className() . ' does not provide snippet source.');
    }