Exemple #1
0
 static function init()
 {
     $d = FilesystemStorage::getDir('')->getParent();
     self::$ttlDir = $d->getDir('ttl');
     self::$namesDir = $d->getDir('names');
     unset($d);
 }