コード例 #1
0
 public function __construct($boValue = null)
 {
     Nullable::__construct();
     if ($boValue != null) {
         $this->setValue($boValue);
     }
 }
コード例 #2
0
ファイル: iridium.php プロジェクト: hellbound/a2billing-mod
 function __construct($cdsValue)
 {
     parent::__construct();
     if ($cdsValue != null) {
         $this->setValue($cdsValue);
     }
 }