Automattic\WooCommerce\Vendor\League\Container\Argument
ClassNameInterface{} WC 1.0
No Hooks.
Return
Null. Nothing.
Usage
$ClassNameInterface = new ClassNameInterface(); // use class methods
Methods
Code of ClassNameInterface{} ClassNameInterface{} WC 5.0.0
interface ClassNameInterface
{
/**
* Return the class name.
*
* @return string
*/
public function getClassName() : string;
}