fetchSnippetSourceFromModels() protected method
Fetches the source for the snippets using yii\sphinx\ActiveRecord::getSnippetSource() method.
| protected array fetchSnippetSourceFromModels ( $models ) | ||
|---|---|---|
| $models | yii\sphinx\ActiveRecord[] |
Raw query result rows. |
| return | array |
Snippet source strings |
| throws | yii\base\InvalidCallException |
if asArray() enabled. |
Please login to continue.