[Form] Added getType() to FormFactoryInterface

This commit is contained in:
Bernhard Schussek 2011-05-13 17:16:36 +02:00
parent f801c398eb
commit fdd18250b3

View File

@ -24,4 +24,6 @@ interface FormFactoryInterface
function createNamedBuilder($type, $name, $data = null, array $options = array());
function createBuilderForProperty($class, $property, $data = null, array $options = array());
function getType($name);
}