AppserverIo\Appserver\Core\Scanner\Mock\MockAbstractScanner::getEtcDir PHP Méthode

getEtcDir() protected méthode

Returns the systems configuration root directory aka "etc"
protected getEtcDir ( ) : string
Résultat string
    protected function getEtcDir()
    {
        return realpath(__DIR__ . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR . '_files' . DIRECTORY_SEPARATOR);
    }