- Дополнен интерфейс условий, добавлен необязательный атрибут params. По умолчанию пустой массив

parent 9219658c
......@@ -5,5 +5,5 @@ interface ConditionInterface {
// Функция инициализации
public static function init($conditionName=null);
public function check($model);
public function check($model=null, $params=array());
}
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment