Automattic\WooCommerce\Vendor\League\Container\Inflector
Inflector::setProperty()
{@inheritdoc}
Метод класса: Inflector{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
$Inflector = new Inflector(); $Inflector->setProperty( $property, $value ) : InflectorInterface;
- $property(строка) (обязательный)
- -
- $value (обязательный)
- -
Код Inflector::setProperty() Inflector::setProperty WC 9.6.0
public function setProperty(string $property, $value) : InflectorInterface { $this->properties[$property] = $this->resolveArguments([$value])[0]; return $this; }