Automattic\WooCommerce\Vendor\League\Container\Argument

ClassNameInterface::getClassName()publicWC 1.0

Return the class name.

Method of the class: ClassNameInterface{}

No Hooks.

Return

String.

Usage

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

ClassNameInterface::getClassName() code WC 8.6.1

public function getClassName() : string;