post_updateItem() public method

public post_updateItem ( $history = 1 )
 /**
  * Used to update tree by redefining other items ForeignKeyField
  *
  * @param $history   (default 1)
  *
  * @return nothing
  **/
 function post_updateItem($history = 1)
 {
     $this->alterElementInsideTree("update");
     parent::post_updateItem($history);
 }