Automattic\WooCommerce\Vendor\League\Container\Inflector

InflectorInterface::setProperties()publicWC 1.0

Defines multiple properties to be set on the subject object.

Method of the class: InflectorInterface{}

No Hooks.

Return

self.

Usage

$InflectorInterface = new InflectorInterface();
$InflectorInterface->setProperties( $properties ) : InflectorInterface;
$properties(array) (required)
-

InflectorInterface::setProperties() code WC 8.7.0

public function setProperties(array $properties) : InflectorInterface;