File "AllDataAccessContainer.php"

Full Path: /home/siazco/grocery.siazco.se/wp-content/plugins/flexible-shipping/vendor_prefixed/wpdesk/wp-persistence/src/AllDataAccessContainer.php
File size: 360 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace FSVendor\WPDesk\Persistence;

use FSVendor\Psr\Container\ContainerInterface;
/**
 * Container that allows to get all data stored by container.
 *
 * @package WPDesk\Persistence
 */
interface AllDataAccessContainer extends ContainerInterface
{
    /**
     * Get all values.
     *
     * @return array
     */
    public function get_all();
}