Exemple #1
0
 /**
  * gets list of subject icon image file names in a certain directory
  * if directory is not specified, default directory will be searched
  *
  * @param string $subDirectory
  *
  * @return array
  */
 public static function getSubjectsList($subDirectory = '')
 {
     return \Xoops\Core\Lists\SubjectIcon::getList($subDirectory);
 }