Esempio n. 1
0
 public function traverseLeaves($callback)
 {
     a::traverseLeaves($this->value, $callback);
     return $this;
 }