addPsr4('Sabre\\VObject\\', __DIR__.'/VObject'); if (!defined('SABRE_TEMPDIR')) { define('SABRE_TEMPDIR', __DIR__.'/temp/'); } if (!file_exists(SABRE_TEMPDIR)) { mkdir(SABRE_TEMPDIR); }