19 declare(strict_types=1);
28 public function createIcon(
string $a_rid,
bool $a_active,
bool $a_is_default_icon, array $a_suffixes):
Icon;
40 public function updateIcon(
string $a_rid,
bool $a_active,
bool $a_is_default_icon, array $a_suffixes):
Icon;
updateIcon(string $a_rid, bool $a_active, bool $a_is_default_icon, array $a_suffixes)
createIcon(string $a_rid, bool $a_active, bool $a_is_default_icon, array $a_suffixes)
getIconFilePathBySuffix(string $suffix)
getActiveIconForSuffix(string $a_suffix)
getIconsForFilter(array $filter)
getIconByRid(string $a_rid)
deleteIconByRid(string $a_rid)