Automattic\WooCommerce\Vendor\League\Container\Argument

RawArgument::getValue()publicWC 1.0

{@inheritdoc}

Method of the class: RawArgument{}

No Hooks.

Return

null. Nothing (null).

Usage

$RawArgument = new RawArgument();
$RawArgument->getValue();

RawArgument::getValue() code WC 8.6.1

public function getValue()
{
    return $this->value;
}