Habari\CURLRequestProcessor::__construct PHP Метод

__construct() публичный Метод

public __construct ( )
    public function __construct()
    {
        if (ini_get('safe_mode') || ini_get('open_basedir')) {
            $this->can_followlocation = false;
        }
        if (!defined('FILE_CACHE_LOCATION')) {
            define('FILE_CACHE_LOCATION', HABARI_PATH . '/user/cache/');
        }
    }