Esempio n. 1
0
 public function __construct($approved = 0, $pending = 0, $declined = 0, $paid = 0) {
     parent::__construct();
     $this->init($approved, $pending, $declined, $paid);
 }
Esempio n. 2
0
 public function __construct($raw, $unique) {
     parent::__construct();
     $this->raw = ($raw == null || $raw == '') ? 0 : $raw;
     $this->unique = ($unique == null || $unique == '') ? 0 : $unique;
 }
 public function __construct() {
     parent::__construct();
     $this->clear();
 }
Esempio n. 4
0
 public function __construct(Pap_Stats_Params $params) {
     parent::__construct();
     $this->params = $params;
 }