luya\base\Boot::getCoreBasePath PHP Method

getCoreBasePath() public method

Returns the path to luya core files
public getCoreBasePath ( ) : string
return string The base path to the luya core folder.
    public function getCoreBasePath()
    {
        $reflector = new ReflectionClass(get_class($this));
        return dirname($reflector->getFileName());
    }