ImportExportPlugin::getExportPath PHP 메소드

getExportPath() 공개 메소드

Return the plugin export directory.
public getExportPath ( ) : string
리턴 string The export directory path.
    function getExportPath()
    {
        return Config::getVar('files', 'files_dir') . '/temp/';
    }