Gc\Registry::init PHP Метод

init() защищенный статический Метод

Initialize the default registry instance.
protected static init ( ) : void
Результат void
    protected static function init()
    {
        self::setInstance(new self());
    }