Beispiel #1
0
 /**
  * During initialisation, be sure to call our base constructors
  */
 function __construct($pCommentId = NULL, $pContentId = NULL, $pInfo = NULL)
 {
     parent::__construct($pCommentId, $pContentId, $pInfo);
     // Permission setup
     $this->mViewContentPerm = 'p_boards_read';
     $this->mUpdateContentPerm = 'p_boards_post_update';
     $this->mAdminContentPerm = 'p_boards_admin';
 }