AttachmentManager::getBaseDir PHP Method

getBaseDir() public method

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