You are here

public function Definition::setProperties in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/dependency-injection/Definition.php \Symfony\Component\DependencyInjection\Definition::setProperties()

File

vendor/symfony/dependency-injection/Definition.php, line 260

Class

Definition
Definition represents a service definition.

Namespace

Symfony\Component\DependencyInjection

Code

public function setProperties(array $properties) {
  $this->properties = $properties;
  return $this;
}