Automattic\WooCommerce\Vendor\League\Container\Inflector

InflectorInterface::setProperty()publicWC 1.0

Defines a property to be set on the subject object.

Method of the class: InflectorInterface{}

No Hooks.

Return

self.

Usage

$InflectorInterface = new InflectorInterface();
$InflectorInterface->setProperty( $property, $value ) : InflectorInterface;
$property(string) (required)
-
$value(mixed) (required)
-

InflectorInterface::setProperty() code WC 8.6.1

public function setProperty(string $property, $value) : InflectorInterface;