Automattic\WooCommerce\Vendor\League\Container\Argument

RawArgument::getValue()publicWC 1.0

{@inheritdoc}

Метод класса: RawArgument{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

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

Код RawArgument::getValue() WC 9.3.3

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