fillUpSnippets() protected method
Fills the query result rows with the snippets built from source determined by snippetCallback() result.
| protected array|yii\sphinx\ActiveRecord[] fillUpSnippets ( $rows ) | ||
|---|---|---|
| $rows | array |
Raw query result rows. |
| return | array|yii\sphinx\ActiveRecord[] |
Query result rows with filled up snippets. |
Please login to continue.