/** * Установка адаптера по умолчанию. */ public static final function setDefaultAdapter($adapter) { self::$def_adapter = $adapter; }