Automattic\WooCommerce\Vendor\League\Container\Inflector
InflectorInterface::setProperty() public WC 1.0
Defines a property to be set on the subject object.
{} It's a method of the class: InflectorInterface{}
No Hooks.
Return
self.
Usage
$InflectorInterface = new InflectorInterface(); $InflectorInterface->setProperty( $property, $value ) : InflectorInterface;
- $property(string) (required)
- -
- $value(mixed) (required)
- -
Code of InflectorInterface::setProperty() InflectorInterface::setProperty WC 5.0.0
public function setProperty(string $property, $value) : InflectorInterface;