AttachmentManager::getBaseDir PHP 메소드

getBaseDir() 공개 메소드

Get the base directory.
public getBaseDir ( ) : string
리턴 string base dir, see config.inc.php
    function getBaseDir()
    {
        return $this->m_config['base_dir'];
    }