19 declare(strict_types=1);
42 array $parameters = []
44 $skills = $this->cont_skill_manager->getSkillsForTableGUI();
47 $skills = $this->applyOrder($skills, $order);
48 $skills = $this->applyRange($skills,
$range);
50 foreach ($skills as $skill) {
51 $skill[
"id"] = $skill[
"base_skill_id"] .
":" . $skill[
"tref_id"];
60 $skills = $this->cont_skill_manager->getSkillsForTableGUI();
61 return count($skills);
66 return in_array($field, [
"base_skill_id",
"tref_id"]);
count(array $filter, array $parameters)
Both the subject and the direction need to be specified when expressing an order. ...
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
isFieldNumeric(string $field)
getData(array $fields, ?Range $range=null, ?Order $order=null, array $filter=[], array $parameters=[])
__construct(protected ContainerSkillManager $cont_skill_manager)
A simple class to express a naive range of whole positive numbers.