Exemplo n.º 1
0
 public function add($val)
 {
     $add = new Int($val);
     $this->val += $add->get();
     return $this;
 }