Automattic\WooCommerce\Vendor\League\Container\Inflector

InflectorInterface::setProperties()publicWC 1.0

Defines multiple properties to be set on the subject object.

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

Хуков нет.

Возвращает

self.

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

$InflectorInterface = new InflectorInterface();
$InflectorInterface->setProperties( $properties ) : InflectorInterface;
$properties(массив) (обязательный)
-

Код InflectorInterface::setProperties() WC 8.7.0

public function setProperties(array $properties) : InflectorInterface;