1
0
mirror of synced 2025-02-20 22:23:14 +03:00
This commit is contained in:
Asmir Mustafic 2011-10-19 09:17:30 +02:00
parent 9c1202a766
commit 8f092812c4

View File

@ -737,7 +737,7 @@ public function <methodName>()
'<variableName>' => Inflector::camelize($fieldName),
'<methodName>' => $methodName,
'<fieldName>' => $fieldName,
'<variableDefault>' => ($defaultValue!==null?('='.$defaultValue):''),
'<variableDefault>' => ($defaultValue!==null?('='.$defaultValue):''),
'<entity>' => $this->_getClassName($metadata)
);