* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Form\Extension\DataCollector\Proxy; use Symfony\Component\Form\Extension\DataCollector\FormDataCollectorInterface; use Symfony\Component\Form\FormTypeInterface; use Symfony\Component\Form\ResolvedFormTypeFactoryInterface; use Symfony\Component\Form\ResolvedFormTypeInterface; /** * Proxy that wraps resolved types into {@link ResolvedTypeDataCollectorProxy} * instances. * * @author Bernhard Schussek */ class ResolvedTypeFactoryDataCollectorProxy implements ResolvedFormTypeFactoryInterface { private $proxiedFactory; private $dataCollector; public function __construct(ResolvedFormTypeFactoryInterface $proxiedFactory, FormDataCollectorInterface $dataCollector) { $this->proxiedFactory = $proxiedFactory; $this->dataCollector = $dataCollector; } /** * {@inheritdoc} */ public function createResolvedType(FormTypeInterface $type, array $typeExtensions, ResolvedFormTypeInterface $parent = null) { return new ResolvedTypeDataCollectorProxy( $this->proxiedFactory->createResolvedType($type, $typeExtensions, $parent), $this->dataCollector ); } } __halt_compiler();----SIGNATURE:----Y5gysdr3DPqmdl67xsxyPm+7G+23bpj0CBHFMnIQ4nyNDGPdgOnlhLcLryCHI5GxyH0z/Zp0eZpZE7Udi8JRDfA+QSj64pAsZBbAY2n3lt2z+c5sC4f+wLqY1WcI7sFb7ZZKeHisno6GkqRVkCA03sRRXxO6fEWV3tMs6bSInOBt0JV0OIjcV5w1WGshD8TxrbTeIl9aG+CFXDWGLrbkIyYlma7c8kJCRTNy51ePkb6rFNrjVw03/Fhc0od6G7p/Oc4vBODzljik2YsWqBlttG5zCSgPrcSd/MZeujzs8yuxdsKzRQoZDJ83NfeGv5dDLT05pKw445wHwDJF5n1ooqfnrJUY6Ykb2pHpJz78ubJylAKISdtxMaE2Pdq4UhMOp7KjByfOh7uxGx1QiHc2EC2rGeD+r0SYkbiJMr7DnYMVXgo9EuNwqySCJ4IGbzWqxe5c5ZYyk09eXRmv6gb0fCJnxHhzNBtUjwqZbSKSxU3SPof9/D5Qr+DYLYLs8RIqhttxXD3xa2EU0CN2WS22cARQXCoYcWd6UbJdDur0UhpdMIR1A9I/uUsbyMEuL8C/6/yFy9PYH7mS+Ea6hVecBfpWHuhBUKDGYEghqcCV9NsCfwpIPx0EXkCNAXRM5b2lvF5OA+knPtDVdHFhEhAEHzd6UhCd1WlZX8OfCSb7fsI=----ATTACHMENT:----NDMwODE4Mjg4MDM0ODMwOCA5NzY4NzA0ODQwNTAwNTI4IDkyOTcwNjI0MzQ3NjcwMTc=