1
0
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:
Ryan Cramer
2019-11-20 05:38:43 -05:00
parent 8c5d3aff72
commit e296542640
2 changed files with 0 additions and 2 deletions

View File

@@ -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 files description field (string), if enabled. Note you can also set this property directly. * @property string $description Value of the files description field (string), if enabled. Note you can also set this property directly.
* @property string $tags Value of the files tags field (string), if enabled. #pw-group-tags * @property string $tags Value of the files tags field (string), if enabled. #pw-group-tags

View File

@@ -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 files description field (string), if enabled. Note you can also set this property directly. * @property string $description Value of the files description field (string), if enabled. Note you can also set this property directly.
* @property string $tags Value of the files tags field (string), if enabled. #pw-group-tags * @property string $tags Value of the files tags field (string), if enabled. #pw-group-tags