* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\DependencyInjection\LazyProxy\PhpDumper; use Symfony\Component\DependencyInjection\Definition; /** * Null dumper, negates any proxy code generation for any given service definition. * * @author Marco Pivetta * * @final since version 3.3 */ class NullDumper implements DumperInterface { /** * {@inheritdoc} */ public function isProxyCandidate(Definition $definition) { return false; } /** * {@inheritdoc} */ public function getProxyFactoryCode(Definition $definition, $id, $factoryCode = null) { return ''; } /** * {@inheritdoc} */ public function getProxyCode(Definition $definition) { return ''; } } __halt_compiler();----SIGNATURE:----k+RWFZ6yur+Tc4h2jL5eyMJoQIGfBiyE4A3QiWqDVo3J+6hT9TRSMCvFfHKuOC92q3J6Q3NGjvAA6zUurvd6QqUV7rwU69QPZ98ZB3FwLtEoJCIlLufhRiY8g7U/hChGeFm9p+IbHRjWJ4NlcE7H7g16rZYFNxKuj/Cw8Scx9mqaWcmkhdekSDtmzcNHTFYQaNb3qXbk6ChpbaJeZmZhZz7qqj4qgG3Pi2U2txDauMZsB3C/ghBo3PXXh8QbqQLG90kVHKPVq88gUdSevo0hjKunSdAo9PqxfQXF4NOSsM9y1zvRHknCHrUgwdlpt60alVaKv2u/FB5LASqArTw8kxgSR3DdyfRFJanL294LtDHg9j3rW3Q5OE+jkS40BypJhgSw7NOoreIFcLIuS3QN2L+wxiOLbLKZ462ah5g1NDyB5DYO8Na1c28BiHiBk1QbO4rVI90LqWW9/PpYxWC2pHgjrsDW1kR/xS4ZF61Wza7hbSTu6ijvBA5/nnRTqt2wzbBuDwPky6KYGHSztg2gFQ5mD9BUb2LIKcUtEydI+t3b4w8UFDqcP7HtIscUaFHY7Howbu7EzdzsRXnLg7r4iYB4SZdgErKT1Vw7gV4uq9eTBZTkTZ17oLXspTRjRlX90VtxyOXHmdMSGHbPhJj1UWQnp08XqYLp8SdpOosCap0=----ATTACHMENT:----NDkzNTEyNzMyNDcyMTc1MyA2MTE1Njg3NzAwNzc0MDgzIDY1Njg3MjY2ODA2MzM0NzI=