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