Exemplo n.º 1
0
 function __construct($date)
 {
     $mdwsBase = new MdwsBase();
     $this->DateTaken = $mdwsBase->MDWS_TimestampConvert($date);
     $this->Vitals = array();
 }
Exemplo n.º 2
0
 function __construct($date)
 {
     $mdwsBase = new MdwsBase();
     $this->Vitals = new Vital($mdwsBase->MDWS_TimestampConvert($date));
 }