sfDoctrineRecordI18nFilter implements access to the translated properties for
Method Summary
-
filterGet($record, $name)
Call get on Translation relationship.
-
filterSet($record, $name, $value)
Calls set on Translation relationship.
-
init()
@see Doctrine_Table::unshiftFilter()
Method Details
-
filterGet ($record, $name)
Browse code
| $name |
Name of the property |
Call get on Translation relationship.
Allow access to I18n properties from the main object.
-
filterSet ($record, $name, $value)
Browse code
| $name |
Name of the property |
| $value |
Value of the property |
Calls set on Translation relationship.
Allows manipulation of I18n properties from the main object.
-
@see Doctrine_Table::unshiftFilter()
|