Automattic\WooCommerce\Vendor\League\Container\Argument
RawArgument::getValue()
{@inheritdoc}
Метод класса: RawArgument{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
$RawArgument = new RawArgument(); $RawArgument->getValue();
Код RawArgument::getValue() RawArgument::getValue WC 9.3.3
public function getValue() { return $this->value; }