Monarobase\CountryList\CountryList::getDataDir PHP 메소드

getDataDir() 공개 메소드

public getDataDir ( ) : string
리턴 string The country data directory.
    public function getDataDir()
    {
        return $this->dataDir;
    }