Minor - Add PHPDoc - refs #7347

1.9.x
Angel Fernando Quiroz Campos 11 years ago
parent f97487204d
commit 9b81ec870c
  1. 5
      main/inc/lib/skill.lib.php

@ -989,6 +989,11 @@ class Skill extends Model
return false;
}
/**
* Check if a skill is searched
* @param int $id The skill id
* @return boolean Whether el skill is searched return true. Otherwise return false
*/
public static function isSearched($id)
{
$id = intval($id);

Loading…
Cancel
Save