/** * Class constructor. Defines the related database table name. * * @since 2.0.0 * @access public */ public function __construct() { parent::__construct('Comment'); $this->pageCache = Gdn::cache()->activeEnabled() && c('Properties.CommentModel.pageCache', false); $this->fireEvent('AfterConstruct'); }
/** * Class constructor. */ public function __construct() { parent::__construct('Comment'); $this->FireEvent('AfterConstruct'); }
/** * Class constructor. Defines the related database table name. * * @since 2.0.0 * @access public */ public function __construct() { parent::__construct('Discussion'); }
/** * Class constructor. Defines the related database table name. * * @since 2.0.0 * @access public */ public function __construct() { parent::__construct('Draft'); }
/** * Class constructor. */ public function __construct() { parent::__construct('Comment'); }
public function __construct() { parent::__construct('Media'); }
/** * Class constructor. Defines the related database table name. * * @since 2.0.0 * @access public */ public function __construct() { parent::__construct('Comment'); $this->pageCache = Gdn::Cache()->ActiveEnabled() && C('Properties.CommentModel.pageCache', true); $this->FireEvent('AfterConstruct'); }