mirror of
https://github.com/processwire/processwire.git
synced 2025-08-13 18:24:57 +02:00
Remove phpdoc sort property for Pagefile/Pageimage per processwire/processwire-issues#1034
This commit is contained in:
@@ -24,7 +24,6 @@
|
|||||||
* @property-read string $hash Get a unique hash (for the page) representing this Pagefile.
|
* @property-read string $hash Get a unique hash (for the page) representing this Pagefile.
|
||||||
* @property-read array $tagsArray Get file tags as an array. #pw-group-tags @since 3.0.17
|
* @property-read array $tagsArray Get file tags as an array. #pw-group-tags @since 3.0.17
|
||||||
* @property-read array $fieldValues Custom field values. #pw-internal @since 3.0.142
|
* @property-read array $fieldValues Custom field values. #pw-internal @since 3.0.142
|
||||||
* @property int $sort Sort order in database. #pw-group-other
|
|
||||||
* @property string $basename Returns the filename without the path.
|
* @property string $basename Returns the filename without the path.
|
||||||
* @property string $description Value of the file’s description field (string), if enabled. Note you can also set this property directly.
|
* @property string $description Value of the file’s description field (string), if enabled. Note you can also set this property directly.
|
||||||
* @property string $tags Value of the file’s tags field (string), if enabled. #pw-group-tags
|
* @property string $tags Value of the file’s tags field (string), if enabled. #pw-group-tags
|
||||||
|
@@ -52,7 +52,6 @@
|
|||||||
* @property-read string $name Returns the filename without the path, same as the "basename" property.
|
* @property-read string $name Returns the filename without the path, same as the "basename" property.
|
||||||
* @property-read string $hash Get a unique hash (for the page) representing this Pagefile.
|
* @property-read string $hash Get a unique hash (for the page) representing this Pagefile.
|
||||||
* @property-read array $tagsArray Get file tags as an array. #pw-group-tags @since 3.0.17
|
* @property-read array $tagsArray Get file tags as an array. #pw-group-tags @since 3.0.17
|
||||||
* @property int $sort Sort order in database. #pw-group-other
|
|
||||||
* @property string $basename Returns the filename without the path.
|
* @property string $basename Returns the filename without the path.
|
||||||
* @property string $description Value of the file’s description field (string), if enabled. Note you can also set this property directly.
|
* @property string $description Value of the file’s description field (string), if enabled. Note you can also set this property directly.
|
||||||
* @property string $tags Value of the file’s tags field (string), if enabled. #pw-group-tags
|
* @property string $tags Value of the file’s tags field (string), if enabled. #pw-group-tags
|
||||||
|
Reference in New Issue
Block a user