Summary doc block

This commit is contained in:
armsofnoodle 2021-02-26 13:55:19 +13:00
parent 232519b522
commit ba09db51a7
1 changed files with 2 additions and 0 deletions

View File

@ -35,11 +35,13 @@ use SilverStripe\View\Requirements;
* @method ManyManyList Tags()
* @method ManyManyList Authors()
* @method Blog Parent()
* @method Blog FeaturedImage()
*
* @property string $PublishDate
* @property string $AuthorNames
* @property string $Summary
* @property int $ParentID
* @property int $FeaturedImageID
*/
class BlogPost extends Page
{