PHP 8.0.30
Preview: NoticesProvider.php Size: 1.01 KB
/home/certprox/template.certproxywizard.com/wp-content/plugins/hostinger-reach/src/Providers/NoticesProvider.php

<?php

namespace Hostinger\Reach\Providers;


use Hostinger\Reach\Admin\Notices\AddFormNotice;
use Hostinger\Reach\Admin\Notices\ConnectionNotice;
use Hostinger\Reach\Api\Handlers\ReachApiHandler;
use Hostinger\Reach\Container;
use Hostinger\Reach\Functions;

if ( ! defined( 'ABSPATH' ) ) {
    die;
}

class NoticesProvider implements ProviderInterface {

    public const NOTICES = array(
        ConnectionNotice::class,
        AddFormNotice::class,
    );

    public function register( Container $container ): void {
        foreach ( self::NOTICES as $notice_class ) {
            $container->set(
                $notice_class,
                function () use ( $container, $notice_class ) {
                    return new $notice_class(
                        $container->get( ReachApiHandler::class ),
                        $container->get( Functions::class )
                    );
                }
            );

            $notice = $container->get( $notice_class );
            $notice->init();
        }
    }
}

Directory Contents

Dirs: 0 × Files: 18

Name Size Perms Modified Actions
791 B lrw-r--r-- 2026-06-10 16:30:29
Edit Download
674 B lrw-r--r-- 2026-06-10 16:30:29
Edit Download
1.08 KB lrw-r--r-- 2026-06-10 16:30:29
Edit Download
1.17 KB lrw-r--r-- 2026-06-10 16:30:29
Edit Download
310 B lrw-r--r-- 2026-06-10 16:30:29
Edit Download
983 B lrw-r--r-- 2026-06-10 16:30:29
Edit Download
895 B lrw-r--r-- 2026-06-10 16:30:29
Edit Download
3.79 KB lrw-r--r-- 2026-06-10 16:30:29
Edit Download
2.11 KB lrw-r--r-- 2026-06-10 16:30:29
Edit Download
506 B lrw-r--r-- 2026-06-10 16:30:29
Edit Download
1.01 KB lrw-r--r-- 2026-06-10 16:30:29
Edit Download
169 B lrw-r--r-- 2026-06-10 16:30:29
Edit Download
528 B lrw-r--r-- 2026-06-10 16:30:29
Edit Download
1.58 KB lrw-r--r-- 2026-06-10 16:30:29
Edit Download
901 B lrw-r--r-- 2026-06-10 16:30:29
Edit Download
901 B lrw-r--r-- 2026-06-10 16:30:29
Edit Download
1.51 KB lrw-r--r-- 2026-06-10 16:30:29
Edit Download
328 B lrw-r--r-- 2026-06-10 16:30:29
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).