__construct() public method

public __construct ( $id = null, $baseCampaignId = null, $draftId = null, $budgetId = null, $name = null, $startDate = null, $endDate = null, $trafficSplitPercent = null, $status = null, $trialCampaignId = null )
示例#1
0
文件: ecrflib.php 项目: uhtoff/eCRF
 public function __construct($page)
 {
     parent::__construct($page);
 }