Commit graph

12 commits

Author SHA1 Message Date
Toni Uebernickel 4db28b7bbd introduce Propel\Bundle\PropelBundle namespace 2016-01-23 21:41:17 +01:00
Sergii Kliuchnyk 6bac311998 moved BaseAbstractType from Model\Form to Form 2012-11-10 13:06:21 +02:00
Sergii Kliuchnyk 1bae813484 $options should be protected 2012-11-09 15:57:19 +02:00
Sergii Kliuchnyk 77b359146a extends BaseAbstractType 2012-11-09 15:30:28 +02:00
Sergii Kliuchnyk a7af5d92d9 class Propel\PropelBundle\Model\Form\BaseAbstractType 2012-11-09 15:29:08 +02:00
Sergii Kliuchnyk 6ce5c3a29e added option "name" and rewrited getName() method to return this option 2012-11-09 13:19:47 +02:00
Sergii Kliuchnyk 6969a5812a changed options methods to getOption() setOption() added getOptions() 2012-11-08 22:08:21 +02:00
Sergii Kliuchnyk 47b88cbac6 added $options field and get() set() methods for it 2012-11-08 21:40:37 +02:00
William DURAND 90f97746c1 Update FormType skeleton 2012-07-24 13:11:29 +02:00
Tero Kaisti f1f949c4ea Fatal error: Declaration of Company\ProjectBundle\Form\Type\UserType::buildForm() must be compatible with that of Symfony\Component\Form\FormTypeInterface::buildForm() in ... 2012-05-26 01:43:06 +03:00
William DURAND 550d8e3aa6 Updated FormType skeleton to reflect last Symfony2 changes 2012-04-16 11:30:24 +02:00
William DURAND 0b85aba836 [Command] Added a new command named: propel:form:generate
Allows to quickly create Form Type stubs
Added a PropelGeneratorAwareCommand class (abstract) to write more code generation based commands
Added few tests, fixed some tests as well
2012-04-11 12:00:19 +02:00