callSnippetsInternal() protected method
Builds a snippets from provided source data by the given index.
| protected array callSnippetsInternal ( array $source, $from ) | ||
|---|---|---|
| $source | array |
The source data to extract a snippet from. |
| $from | string |
Name of the source index. |
| return | array |
Snippets list. |
| throws | yii\base\InvalidCallException |
in case match() is not specified. |
Please login to continue.