예제 #1
0
파일: ObjectTable.php 프로젝트: jonfm/domin
 public function selectProperties($names)
 {
     $this->properties = $this->properties->select(new Set($names));
     return $this;
 }