Ejemplo n.º 1
0
 public function getRef($key, $default = null)
 {
     return a::getRef($this->value, XString::unwrap($key), $default);
 }