You are here

public function Reference::isStrict in Service Container 7.2

Same name and namespace in other branches
  1. 7 modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/Reference.php \Symfony\Component\DependencyInjection\Reference::isStrict()

Returns true when this Reference is strict.

Return value

bool

File

modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/Reference.php, line 68

Class

Reference
Reference represents a service reference.

Namespace

Symfony\Component\DependencyInjection

Code

public function isStrict() {
  return $this->strict;
}