Commit 447abe2b authored by Shakarim Sapa's avatar Shakarim Sapa

- Изменен интерфейс для работы классов условий

parent 021e81fc
......@@ -5,5 +5,5 @@ interface ConditionInterface {
// Функция инициализации
public static function init($conditionName=null);
public function check();
public function check($model);
}
\ 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