sfDoctrineRecordI18nFilter implements access to the translated properties
for the current culture from the internationalized model.
Method Summary
-
filterGet($record, $name, $value)
Implementation of filterGet() to call get on Translation relationship to
allow access to I18n properties from the main object.
-
filterSet($record, $name, $value)
Implementation of filterSet() to call set on Translation relationship to
allow access to I18n properties from the main object.
-
init()
Method Details
-
filterGet ($record, $name, $value)
Browse code
| $record |
|
| $name |
Name of the property
|
| $value |
Value of the property
|
Implementation of filterGet() to call get on Translation relationship to
allow access to I18n properties from the main object.
-
filterSet ($record, $name, $value)
Browse code
| $record |
|
| $name |
Name of the property
|
| $value |
Value of the property
|
Implementation of filterSet() to call set on Translation relationship to
allow access to I18n properties from the main object.
-
|