public function Reference::isStrict in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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\DependencyInjectionCode
public function isStrict() {
return $this->strict;
}