public static function init() { static $inited; if (!$inited) { self::$accessiblePath = N2Filesystem::getWebCachePath(); self::$notAccessiblePath = N2Filesystem::getNotWebCachePath(); $inited = true; } }