Back to Categories class

Method getExtension

public string
getExtension
()
Returns the extension of the category.
Returns
  • string The extension
Since
  • 3.9.0
Class: Categories
Project: Joomla

Method getExtension - Source code

/**
 * Returns the extension of the category.
 *
 * @return   string  The extension
 *
 * @since   3.9.0
 */
public function getExtension()
{
    return $this->_extension;
}