Ejemplo n.º 1
0
 public function getPick($keys, $default = null)
 {
     return new self(a::getPick($this->value, self::unwrap($keys), $default));
 }