Returns an InvNodeNav object for node whose index document_path is $path, or null on error.
$params may contain an array of conditions by which to filter the nav results. Functionally identical to the $params argument passed to getNodeNav()
$path (STRING)
$params (ARRAY) optional - defaults to NULL
OBJECT
$this->getNodeNavByPath('/news');
$this->getNodeNavByPath('/news' , array( 'tags'=>array('tag1,'tag2'),'documenttype_id'=>array(1,2) ) );