Exemplo n.º 1
0
 public function __construct($reader = null)
 {
     parent::__construct($reader);
     $this->names = array(0 => "MOBILE", 1 => "HOME", 2 => "WORK");
 }
Exemplo n.º 2
0
 public function __construct($reader = null)
 {
     parent::__construct($reader);
     $this->names = array(0 => "AVAILABLE", 1 => "NOT_AVAILABLE");
 }