public function __construct($wpdb) { parent::__construct($wpdb); $this->default_exemplar->creation_date = date("Y-m-d H:i:s"); $this->default_exemplar->behaviour = "NONE"; $this->default_exemplar->last_fl = "YES"; }
/** * Class constructor * @param array|string $data The data array */ public function __construct($data = array()) { if ($data && is_string($data) && file_exists($data)) { $data = $this->_decode($data); } parent::__construct($data ? (array) $data : array()); }
function __construct($id = null, $title, $text, $full_text, $date, $author, $view, $type) { parent::__construct($id, $title, $text); $this->full_text = $full_text; $this->date = $date; $this->author = $author; $this->view = $view; $this->type = $type; }
/** * * <code> * // Construct and choose new form to use: * AIIXForm::choose(new MyAIIXForm($data, new AIIXInput($_POST), '.ru'); * </code> * @param array $data * @param Input $input * @param string $mod : modificator, i.e. language - '.ru' */ public function __construct(array $data, Input $input, $mod = null) { $this->EOT = self::extract($data, '-EOT', $this->EOT); $this->CANCEL = self::extract($data, '-CANCEL', $this->CANCEL); $this->DEFTYPE = self::extract($data, '-DEFTYPE', $this->DEFTYPE); parent::__construct($data, true); $this->input = $input; $this->output = new Data(); $this->alerts = new Data(); $this->mod = $mod; }
function __construct($id = null, $title, $text, $cat, $meta_d, $meta_k, $description, $view, $author, $date) { parent::__construct($id, $title, $text); $this->cat = $cat; $this->meta_d = $meta_d; $this->meta_k = $meta_k; $this->description = $description; $this->view = $view; $this->author = $author; $this->date = $date; }
public function __construct() { parent::__construct('setting', 'setting'); $this->set_expire(0); }
public function __construct() { parent::__construct('game', 'game'); $this->table_name = 'vip_special_player'; }
public function __construct() { parent::__construct('setting', 'setting'); $this->set_table("tencent_yellow_special"); $this->set_expire(0); }
public function __construct($label, $sources, $flags = null, $searchOp = null) { $this->sources = $sources; parent::__construct($label, $flags, null, $searchOp); }
public function __construct() { parent::__construct('game', 'game'); $this->table_name = 'player_detail'; }
public function __construct() { parent::__construct('game', 'game'); $this->Redis = $this->redis(); $this->table_name = 'player_hero'; }
public function __construct($id = NULL) { parent::__construct($id, 'AdverseEvent'); }
public function __construct() { parent::__construct('game', 'game'); $this->current_time = time(); }
function __construct() { parent::__construct(); $this->tbl = 'row_material_master'; }
public function __construct() { parent::__construct('setting', 'setting'); $this->set_expire(0); $this->set_table("fairy_train"); }
public function __construct() { parent::__construct('game', 'game'); $this->table_name = 'game_daily_online_reward'; }
public function __construct() { parent::__construct('game', 'game'); $this->Redis = $this->redis(); }
function __construct() { parent::__construct(); $this->tbl = 'invoice'; }
public function __construct() { parent::__construct('setting', 'setting'); $this->set_table("union_base"); $this->set_expire(0); }
public function __construct() { parent::__construct('setting', 'setting'); $this->set_table("grab_treasure_success"); $this->set_expire(0); }
public function __construct() { parent::__construct('game', 'game_dev'); $this->set_expire(0); }
public function __construct($_owner, $_url) { parent::__construct($_owner); $this->l_url = $_url; }
public function __construct() { parent::__construct('game', 'game'); }
public function __construct(array $data) { $data = array_merge($data, array("operation" => "Confirmacion")); $this->setRequiredFields(array("merchant" => array("name" => "Merchant - Nro Comercio", "xml" => "NROCOMERCIO"), "nro_operacion" => array("name" => "Nro Operacion", "xml" => "NROOPERACION"))); parent::__construct($data); }
public function __construct() { parent::__construct('setting', 'setting'); }
public function __construct($id = NULL) { parent::__construct($id, 'Violation'); }
public function __construct() { parent::__construct('setting', 'setting'); $this->set_expire(0); $this->set_table('player_grade_function'); }
function __construct() { parent::__construct(); }
public function __construct() { parent::__construct('game', 'game'); $this->table_name = 'union_tech'; }
public function __construct() { parent::__construct('game', 'game'); $this->set_table("kf_arena"); }