You are here

public function Reference::isStrict in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/symfony/dependency-injection/Reference.php \Symfony\Component\DependencyInjection\Reference::isStrict()

Returns true when this Reference is strict.

Return value

bool

File

vendor/symfony/dependency-injection/Reference.php, line 66

Class

Reference
Reference represents a service reference.

Namespace

Symfony\Component\DependencyInjection

Code

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