Automattic\WooCommerce\Vendor\League\Container\Argument

RawArgumentInterface{}WC 1.0

No Hooks.

Usage

$RawArgumentInterface = new RawArgumentInterface();
// use class methods

Methods

  1. public getValue()

RawArgumentInterface{} code WC 9.6.1

interface RawArgumentInterface
{
    /**
     * Return the value of the raw argument.
     *
     * @return mixed
     */
    public function getValue();
}