Back to CategoryNode class

Method getPath

public array
getPath
()
Returns the category path to the root category
Returns
  • array
Since
  • 1.6
Class: CategoryNode
Project: Joomla

Method getPath - Source code

/**
 * Returns the category path to the root category
 *
 * @return  array
 *
 * @since   1.6
 */
public function getPath()
{
    return $this->_path;
}