Added missing property documentation
authorMarcel Werk <burntime@woltlab.com>
Thu, 16 Mar 2017 18:29:09 +0000 (19:29 +0100)
committerMarcel Werk <burntime@woltlab.com>
Thu, 16 Mar 2017 18:29:09 +0000 (19:29 +0100)
wcfsetup/install/files/lib/data/page/Page.class.php

index dde8b49d777d959d0ef79ebf0a7f3cf37545d973..ac63caee9dc9e327bf92d81d438f947be52fb9cc 100644 (file)
@@ -41,6 +41,7 @@ use wcf\system\WCF;
  * @property-read      integer         $requireObjectID        is `1` if the page requires an object id parameter, otherwise `0`
  * @property-read      integer         $hasFixedParent         is `1` if the page's parent page cannot be changed, otherwise `0`
  * @property-read      integer         $lastUpdateTime         timestamp at which the page has been updated the last time
+ * @property-read      string          $cssClassName           css class name(s) of the page
  * @property-read      string          $permissions            comma separated list of user group permissions of which the active user needs to have at least one to access the page
  * @property-read      string          $options                comma separated list of options of which at least one needs to be enabled for the page to be accessible
  */