/**
* Returns the enlight path: <projectroot>/engine/Library/Enlight/
*
* @param string $path
*
* @return string
*/
public function CorePath($path = null
) { trigger_error('Enlight_Application::CorePath() is deprecated since version 5.2 and will be removed in 5.8.', E_USER_DEPRECATED
);
return $this->
normalizePath($this->core_path,
$path);
} /**
* Returns the enlight components path: <projectroot>/engine/Library/Enlight/Components/
*
* @param string $path
*
* @return string
*/
public function ComponentsPath($path = null
) {