function reset()
  {
    parent :: reset();

    $this->node_ids = array();
    $this->use_node_ids_as_keys = false;
  }
コード例 #2
0
  public function reset()
  {
    parent :: reset();

    $this->path = '';
    $this->node_id = null;
    $this->object_id = null;
  }
コード例 #3
0
  public function reset()
  {
    parent :: reset();

    $this->object_id = null;
    $this->node_mapped_by_request = null;
    $this->request = null;
  }
コード例 #4
0
  function reset()
  {
    parent :: reset();

    $this->path = '';
    $this->check_expanded_parents = false;
    $this->include_parent = false;
    $this->depth = 1;
  }