PATH:
opt
/
alt
/
php53
/
usr
/
share
/
pear
/
Symfony
/
Component
/
Form
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Form; /** * A builder for {@link SubmitButton} instances. * * @author Bernhard Schussek <bschussek@gmail.com> */ class SubmitButtonBuilder extends ButtonBuilder { /** * Creates the button. * * @return SubmitButton The button */ public function getForm() { return new SubmitButton($this->getFormConfig()); } }
[-] FormRenderer.php
[edit]
[-] ButtonTypeInterface.php
[edit]
[-] FormBuilder.php
[edit]
[-] FormConfigBuilder.php
[edit]
[-] SubmitButtonTypeInterface.php
[edit]
[-] FormRegistry.php
[edit]
[-] FormConfigInterface.php
[edit]
[-] FormTypeGuesserChain.php
[edit]
[+]
Guess
[-] CallbackTransformer.php
[edit]
[-] Button.php
[edit]
[-] autoloader.php
[edit]
[-] FormEvents.php
[edit]
[-] FormTypeInterface.php
[edit]
[-] FormRegistryInterface.php
[edit]
[-] FormTypeGuesserInterface.php
[edit]
[-] ResolvedFormType.php
[edit]
[-] SubmitButton.php
[edit]
[-] AbstractRendererEngine.php
[edit]
[-] AbstractExtension.php
[edit]
[-] FormRendererEngineInterface.php
[edit]
[-] Form.php
[edit]
[+]
..
[+]
Exception
[-] AbstractType.php
[edit]
[+]
Util
[-] SubmitButtonBuilder.php
[edit]
[-] ResolvedFormTypeFactory.php
[edit]
[-] PreloadedExtension.php
[edit]
[-] FormFactory.php
[edit]
[-] RequestHandlerInterface.php
[edit]
[+]
Test
[-] FormExtensionInterface.php
[edit]
[-] ResolvedFormTypeInterface.php
[edit]
[-] FormConfigBuilderInterface.php
[edit]
[-] FormFactoryBuilderInterface.php
[edit]
[-] ResolvedFormTypeFactoryInterface.php
[edit]
[-] FormFactoryBuilder.php
[edit]
[-] AbstractTypeExtension.php
[edit]
[-] FormRendererInterface.php
[edit]
[-] FormBuilderInterface.php
[edit]
[-] FormFactoryInterface.php
[edit]
[-] ReversedTransformer.php
[edit]
[-] DataTransformerInterface.php
[edit]
[-] ButtonBuilder.php
[edit]
[+]
Resources
[-] DataMapperInterface.php
[edit]
[-] FormInterface.php
[edit]
[-] FormEvent.php
[edit]
[-] FormTypeExtensionInterface.php
[edit]
[-] FormError.php
[edit]
[-] NativeRequestHandler.php
[edit]
[+]
Extension
[-] ClickableInterface.php
[edit]
[-] FormView.php
[edit]
[-] Forms.php
[edit]