Automattic\WooCommerce\Vendor\League\Container\Argument
RawArgument::getValue()
{@inheritdoc}
Method of the class: RawArgument{}
No Hooks.
Return
null
. Nothing (null).
Usage
$RawArgument = new RawArgument(); $RawArgument->getValue();
RawArgument::getValue() RawArgument::getValue code WC 9.7.1
public function getValue() { return $this->value; }