133 $nodePath = $this->tree->getNodePath(
137 $questionPoolPathString =
'';
140 $j = count($nodePath) - 2;
142 foreach($nodePath as $node)
146 $questionPoolPathString .=
' > ';
149 $questionPoolPathString .= $node[
'title'];
159 return $questionPoolPathString;