Example #1
0
 public function __construct($boValue = null)
 {
     Nullable::__construct();
     if ($boValue != null) {
         $this->setValue($boValue);
     }
 }
Example #2
0
 function __construct($cdsValue)
 {
     parent::__construct();
     if ($cdsValue != null) {
         $this->setValue($cdsValue);
     }
 }