* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\DependencyInjection\Loader\Configurator; /** * @author Nicolas Grekas * * @method InstanceofConfigurator instanceof(string $fqcn) */ class InstanceofConfigurator extends AbstractServiceConfigurator { const FACTORY = 'instanceof'; use Traits\AutowireTrait; use Traits\CallTrait; use Traits\ConfiguratorTrait; use Traits\LazyTrait; use Traits\PropertyTrait; use Traits\PublicTrait; use Traits\ShareTrait; use Traits\TagTrait; /** * Defines an instanceof-conditional to be applied to following service definitions. * * @param string $fqcn * * @return self */ final protected function setInstanceof($fqcn) { return $this->parent->instanceof($fqcn); } } __halt_compiler();----SIGNATURE:----l3SHEwRLmpuyNwiFGWiZyFWhFdd9LYF/Zxo4dtdCwa7pxJOQljUEzjAB91lih+tMc91VSrkELXLwlETEfiHAoX2zi71Dp+R2RgXBLEQoViiJmUlf4q9/pgqm/N77PlKhAFeDiP7lsfbdmf0BTIRFYrrfv50S+YINoMx+3DsltlUfJoMpUW+M5TpzcW6+YXyruzDwDekwmLjId87dNqBIT2KzZrwG68BojfVgh+bpHmvL6tvM8ycOS6JlNk62RO9i6IKUUsKVLveZxzxrqsGFbBjRzbsTvOXSnSVq8VpqsyF9GJf/J4q73H/XhAH9uD+rlGFYIPOSYvQCwqAvlo3O/yqxkbU2BGhi61bDm7H3NiyTyi8GaJIRb7LzTLTh5E56KiLZhOmr6+QIZQsd94Ea9jhGDlfhqBfvOVIIiOmobgJ2CBiNgLkvTAekSzQfPBtb8NchwcTsec519eDGmBq1xWi+V5tnkcY5e+K1SZk8DMUNuwlf1DbPeAMxvQGWkPIc+RWp+k1BRoYKkXB+AjytOZnj538SqnJm8G8I6HCt86RpiYbn8nEOXAvjbh1r3klz6cCxycszqdktFaS4l2enEVIAzxGCcns10ZfkecMFejBO6kWCJlo7eIGw7Q52cPt2Cd2FtaX0j+9Dq13hnHy3auvoPM53gJOhcaXsOKcE2aU=----ATTACHMENT:----Njc0NDA5MDEyMDkzNTY4NCA3NDkwMTQzMjcwNjUwOTg5IDYyNTY0OTUwNTE1MTIyOTI=