예제 #1
0
 public static function filterSetWay_back($value)
 {
     return BaseDocument::returnNullIfEmpty($value);
 }
예제 #2
0
 public static function filterSetAccess($value)
 {
     return BaseDocument::returnNullIfEmpty($value);
 }
예제 #3
0
 public static function filterSetExternal_resources($value)
 {
     return BaseDocument::returnNullIfEmpty($value);
 }
 /**
  * This filter function is factorized here because the "description" field is used in all I18n modules.
  */
 public static function filterSetDescription($value)
 {
     return BaseDocument::returnNullIfEmpty($value);
 }
예제 #5
0
 public static function filterSetOuting_route_desc($value)
 {
     return BaseDocument::returnNullIfEmpty($value);
 }