Fakerino\Fakerino::getDefaultFakefilePath PHP 메소드

getDefaultFakefilePath() 개인적인 정적인 메소드

private static getDefaultFakefilePath ( )
    private static function getDefaultFakefilePath()
    {
        return self::$defaultConf->get('fakeFilePath') . DIRECTORY_SEPARATOR . self::$defaultConf->get('locale') . DIRECTORY_SEPARATOR;
    }