/**
* Add one path to include in layout search. Proxy of addIncludePaths()
*
* @param string|string[] $path The path to search for layouts
*
* @return self
*
* @since 3.2
*/
public function addIncludePath($path)
{
$this->addIncludePaths($path);
return $this;
}