mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
Merge pull request #650 from armsofnoodle/featuredImage-doc-block
Add doc blocks
This commit is contained in:
commit
9f572bc999
@ -35,10 +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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user