Robin Thoni 9 лет назад
Родитель
Сommit
24fde00ee5
1 измененных файлов: 5 добавлений и 0 удалений
  1. 5
    0
      src/Utils/Dbo/LuStringDbo.php

+ 5
- 0
src/Utils/Dbo/LuStringDbo.php Просмотреть файл

82
             throw new LuDboConstraintException("String length must be smaller or equal to ${max}");
82
             throw new LuDboConstraintException("String length must be smaller or equal to ${max}");
83
         }
83
         }
84
     }
84
     }
85
+    
86
+    public function trim()
87
+    {
88
+        $this->_value = trim($this->_value);
89
+    }
85
 }
90
 }

Загрузка…
Отмена
Сохранить