Merge pull request #650 from armsofnoodle/featuredImage-doc-block

Add doc blocks
This commit is contained in:
Steve Boyd 2021-04-09 16:43:28 +12:00 committed by GitHub
commit 9f572bc999
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

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