Automattic\WooCommerce\Vendor\League\Container\Argument

ClassNameWithOptionalValue::getClassName()publicWC 1.0

Method of the class: ClassNameWithOptionalValue{}

No Hooks.

Return

null. Nothing (null).

Usage

$ClassNameWithOptionalValue = new ClassNameWithOptionalValue();
$ClassNameWithOptionalValue->getClassName(): string;

ClassNameWithOptionalValue::getClassName() code WC 8.6.1

public function getClassName(): string
{
    return $this->className;
}