Ejemplo n.º 1
0
 public function sort($value_cmp = null)
 {
     a::sort($this->value, $value_cmp);
     return $this;
 }