Automattic\WooCommerce\Vendor\League\Container\Argument
RawArgument::getValue() public WC 1.0
{@inheritdoc}
{} It's a method of the class: RawArgument{}
No Hooks.
Return
Null. Nothing.
Usage
$RawArgument = new RawArgument(); $RawArgument->getValue();
Code of RawArgument::getValue() RawArgument::getValue WC 5.0.0
public function getValue()
{
return $this->value;
}