예제 #1
0
 public function pluck($key)
 {
     return new self(a::pluck($this->value, $key));
 }