status)
return "";
return "";
};
}
public static function type($array) {
return function($model) use ($array) {
return isset($array[$model->type]) ? $array[$model->type] : "";
};
}
public static function area($array) {
return function($model) use ($array) {
return isset($array[$model->area_id]) ? $array[$model->area_id] : "";
};
}
public static function checkbox($type, $haveRoot = true) {
return function($model) use ($type) {
return "";
};
}
}