Automattic\WooCommerce\Vendor\League\Container\Argument
ClassNameWithOptionalValue::getClassName()
Method of the class: ClassNameWithOptionalValue{}
No Hooks.
Return
null
. Nothing (null).
Usage
$ClassNameWithOptionalValue = new ClassNameWithOptionalValue(); $ClassNameWithOptionalValue->getClassName(): string;
ClassNameWithOptionalValue::getClassName() ClassNameWithOptionalValue::getClassName code WC 9.8.2
public function getClassName(): string { return $this->className; }