Exemplo n.º 1
0
 function setChange($change)
 {
     $node = $this->getNode();
     $node->change = Change::max($change, $node->change);
 }