Пример #1
0
 /**
  * Iterates through the segments in the path, to return the node at the proper display. Mostly used for export
  * and import.
  *
  * @param $path
  */
 public function getNodeByDisplayPath($path)
 {
     return parent::getNodeByDisplayPath($path);
 }