* * 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; use Symfony\Component\Form\AbstractExtension; /** * Extension for collecting data of the forms on a page. * * @author Robert Schönthal * @author Bernhard Schussek */ class DataCollectorExtension extends AbstractExtension { private $dataCollector; public function __construct(FormDataCollectorInterface $dataCollector) { $this->dataCollector = $dataCollector; } /** * {@inheritdoc} */ protected function loadTypeExtensions() { return array( new Type\DataCollectorTypeExtension($this->dataCollector), ); } } __halt_compiler();----SIGNATURE:----rRTLPHPiPERcFKmqaxwCesUULiKaf6XskxUSZt2vCAg1gayUCsC7Js1JJP/nqxw7qK9TtLVp9lEt9DFbF2XtFYo1/HtOiQAPqIQTPZ6qceOPIkLikCaPLBNXWaj3BCreJlKt+iF8JaU9HhDOjq2mo9ZdIPkBe/Spk9qC9mt+fgn565zwmLG50Im57iVbIbODXKbPBN48brQYjL/akXtfxo6bye8uhD/Z8qG5xsvGcw3JS/qCMcNBBubfvxHqlmgEMDPM0CEoBHULHaT9bvkdJ/YEGWhrdKPPXBztM7e0COvZu0apXqpYEI+wE6pluog03Z0bQzAJy2bgVHNlXKe1h+227dZnQeh90MQco4oFHvBUZ81TTQ2FEwo1NW2vJYIlnjM6+ClOhKHbt4Iscqx0XH5NeYcASwB0rfuF0Dt1r1Wrl+UU4QWJJclUCaTtJX1nO9sQ9cxzV1OmT7crueaAIb3Jw7PU+sjo4sNICmgpY7KJ9bTVVU5T+5foEQd1BRUmlj/CQS8T86vh5INENV5CiCnvuwoaJF4NB04PIsWQi+vgYffbTVDmZD0CkH38l+TUGyZuEsKh8IMAtJRML4YNTadnp1Pjm/w+4uoKWU1eho+0Tv4BC6xLP060BeNqqglIB9mAeq0e89KzUJcdtsHHp6HyhUYYj5xup9FG9qZH2cQ=----ATTACHMENT:----MzUwODg0MjA5MTk3MTI3NiA5MTUxODcyNTAyOTg2NzYyIDU4NjU3MTc4NzgzOTg2NDk=