コード例 #1
0
ファイル: ObjectTable.php プロジェクト: jonfm/domin
 public function selectProperties($names)
 {
     $this->properties = $this->properties->select(new Set($names));
     return $this;
 }