Back to FileLayout class

Method clearIncludePaths

public self
clearIncludePaths
()
Clear the include paths
Returns
  • self
Since
  • 3.5
Class: FileLayout
Project: Joomla

Method clearIncludePaths - Source code

/**
 * Clear the include paths
 *
 * @return  self
 *
 * @since   3.5
 */
public function clearIncludePaths()
{
    $this->includePaths = array();
    return $this;
}