choice with other + some development tips

This commit is contained in:
2014-11-10 11:25:25 +01:00
parent f9be8e3412
commit 952d70f049
18 changed files with 466 additions and 9 deletions

View File

@@ -39,8 +39,9 @@ interface CustomFieldInterface
/**
*
* @param type $value
* @param mixed $value the raw value, **not deserialized** (= as stored in the db)
* @param \Chill\CustomFieldsBundle\CustomField\CustomField $customField
* @return string an html representation of the value
*/
public function render($value, CustomField $customField);