PHP 8.2.31
Preview: ContainerAwareInterface.php Size: 1.01 KB
//home/nshryvcy/taramarriagebureau.com/wp-content/plugins/woocommerce/lib/packages/League/Container/ContainerAwareInterface.php

<?php declare(strict_types=1);

namespace Automattic\WooCommerce\Vendor\League\Container;

use Automattic\WooCommerce\Vendor\Psr\Container\ContainerInterface;

interface ContainerAwareInterface
{
    /**
     * Set a container
     *
     * @param ContainerInterface $container
     *
     * @return self
     */
    public function setContainer(ContainerInterface $container) : ContainerAwareInterface;

    /**
     * Get the container
     *
     * @return ContainerInterface
     */
    public function getContainer() : ContainerInterface;

    /**
     * Set a container. This will be removed in favour of setContainer receiving Container in next major release.
     *
     * @param Container $container
     *
     * @return self
     */
    public function setLeagueContainer(Container $container) : self;

    /**
     * Get the container. This will be removed in favour of getContainer returning Container in next major release.
     *
     * @return Container
     */
    public function getLeagueContainer() : Container;
}

Directory Contents

Dirs: 5 × Files: 4

Name Size Perms Modified Actions
Argument DIR
- drwxr-xr-x 2026-03-03 06:25:15
Edit Download
- drwxr-xr-x 2026-03-03 06:25:15
Edit Download
Exception DIR
- drwxr-xr-x 2026-03-03 06:25:15
Edit Download
Inflector DIR
- drwxr-xr-x 2026-03-03 06:25:15
Edit Download
- drwxr-xr-x 2026-03-03 06:25:15
Edit Download
6.63 KB lrw-r--r-- 2026-03-03 06:25:15
Edit Download
1.01 KB lrw-r--r-- 2026-03-03 06:25:15
Edit Download
1.67 KB lrw-r--r-- 2026-03-03 06:25:15
Edit Download
3.29 KB lrw-r--r-- 2026-03-03 06:25:15
Edit Download

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