callSnippets() protected method
Builds a snippets from provided source data.
protected array callSnippets ( array $source ) | ||
---|---|---|
$source | array |
The source data to extract a snippet from. |
return | array |
Snippets list. |
throws | yii\base\InvalidCallException |
in case match() is not specified. |
Please login to continue.