Inheritance: extends CI_Controller
コード例 #1
0
 public function __construct($bid = null, $cpcBidSource = null, $BidsType = null)
 {
     parent::__construct();
     $this->bid = $bid;
     $this->cpcBidSource = $cpcBidSource;
     $this->BidsType = $BidsType;
 }
コード例 #2
0
 public function __construct($bid = NULL, $percentCpaBidSource = NULL, $BidsType = NULL)
 {
     parent::__construct();
     $this->bid = $bid;
     $this->percentCpaBidSource = $percentCpaBidSource;
     $this->BidsType = $BidsType;
 }