Blog
LnBlogObject
AttachmentContainer
use LnBlog\Tasks\AutoPublishTask; use LnBlog\Tasks\TaskManager; use LnBlog\Tasks\TaskRepository; use Psr\Log\LoggerInterface;
Blog

The "master" class which represents a weblog.  Nearly all functions are performed through this object. This is the object that handles user security.

Inherits

LnBlogObject

Events
OnInit

Fired when a blog object is created.

InitComplete

Fired after the constructor has run.

OnInsert

Run when a new blog is about to be created.

InsertComplete

Run after a new blog object has been saved.

OnUpdate

Run when a blog is about to be updated.

UpdateComplete

Run after a blog is successfully updated.

OnDelete

Run before a blog is deleted.

DeleteComplete

Run after a blog is deleted.

OnUpgrade

Run before the wrapper upgrade process.

UpgradeComplete

Run when the wrapper upgrade is finished.

OnEntryPreview

Run before populating entry template for preview.

OnArticlePreview

Fired before populating article template for preview.

OnEntryError

Fired before populating template when on an error.

OnArticelError

Fired before populating template when on an error.