Automattic\WooCommerce\Vendor\League\Container\Inflector

InflectorInterface::setProperty()publicWC 1.0

Defines a property to be set on the subject object.

Метод класса: InflectorInterface{}

Хуков нет.

Возвращает

self.

Использование

$InflectorInterface = new InflectorInterface();
$InflectorInterface->setProperty( $property, $value ) : InflectorInterface;
$property(строка) (обязательный)
-
$value(разное) (обязательный)
-

Код InflectorInterface::setProperty() WC 8.7.0

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