1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-22 14:23:05 +02:00

Add phpdoc for Template::icon per processwire/processwire-issues#739

This commit is contained in:
Ryan Cramer
2018-11-30 12:03:49 -05:00
parent 91fdca02ea
commit a8d4a6cd46

View File

@@ -21,6 +21,7 @@
* @property string $ns Namespace found in the template file, or blank if not determined. #pw-group-identification
* @property string $pageClass Class for instantiated page objects. Page assumed if blank, or specify class name. #pw-group-identification
* @property int $modified Last modified time for template or template file
* @property string $icon Icon name specified with the template (preferable to use getIcon/setIcon methods instead). #pw-internal
*
* Fieldgroup/Fields
*