示例#1
0
 public function selectProperties($names)
 {
     $this->properties = $this->properties->select(new Set($names));
     return $this;
 }