protected function __construct() { parent::__construct(); $this->POSTS = new PostsDataLoader($this); $this->POST_FOLDING = new PostFoldedResources($this); }
protected function discusionSettings() { return new DiscussionSettings('post', $this->CP->getPostType(), $this->CP->dbBean()->getCommentsTable(), 'id_comment', 'Comment', 'id_post'); }