예제 #1
0
 /**
  * Constructor
  */
 protected function __construct()
 {
     parent::__construct();
     $this->infractionChannel = $this->nodeApi->fetchInfractionChannel();
     $this->nodeLibrary = vB_Library::instance('node');
     // pull phrases for titles & pagetext
     $this->phrases = vB_Api::instanceInternal('phrase')->fetch(array('infraction_for_x_y', 'infraction_for_x_y_in_topic_z', 'warning_for_x_y', 'warning_for_x_y_in_topic_z', 'infraction_topic_post', 'infraction_topic_profile', 'infraction_received_ginfraction', 'warning_received_ginfraction', 'infraction_received_post', 'infraction_received_profile', 'warning_received_post', 'warning_received_profile', 'x_days', 'x_weeks', 'x_months', 'x_years', 'permanent'));
 }
예제 #2
0
 protected function __construct()
 {
     $this->library = vB_Library::instance('Content_Attach');
     parent::__construct();
 }
예제 #3
0
 protected function __construct()
 {
     parent::__construct();
 }
예제 #4
0
 protected function __construct()
 {
     parent::__construct();
     $this->pmChannel = $this->nodeApi->fetchPMChannel();
 }
예제 #5
0
 protected function __construct()
 {
     parent::__construct();
     $this->spamType = false;
 }