wp-content/plugins/woocommerce/lib/packages/League/Container/Argument/ClassNameInterface.php 0000644 00000000375 15155403467 0036403 0 ustar 00 var/www/vhosts/uyarreklam.com.tr/httpdocs <?php declare(strict_types=1);
namespace Automattic\WooCommerce\Vendor\League\Container\Argument;
interface ClassNameInterface
{
/**
* Return the class name.
*
* @return string
*/
public function getClassName() : string;
}