1
0
mirror of synced 2025-02-21 22:53:15 +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), '<variableName>' => Inflector::camelize($fieldName),
'<methodName>' => $methodName, '<methodName>' => $methodName,
'<fieldName>' => $fieldName, '<fieldName>' => $fieldName,
'<variableDefault>' => ($defaultValue!==null?('='.$defaultValue):''), '<variableDefault>' => ($defaultValue!==null?('='.$defaultValue):''),
'<entity>' => $this->_getClassName($metadata) '<entity>' => $this->_getClassName($metadata)
); );