コード例 #1
0
ファイル: pb_proto_test.php プロジェクト: socyery/pb4php
 public function __construct($reader = null)
 {
     parent::__construct($reader);
     $this->names = array(0 => "MOBILE", 1 => "HOME", 2 => "WORK");
 }
コード例 #2
0
 public function __construct($reader = null)
 {
     parent::__construct($reader);
     $this->names = array(0 => "AVAILABLE", 1 => "NOT_AVAILABLE");
 }