Get tags for an item
public static getTags ( string $module, integer $otherId, string $type = 'string', string $language = null ) : mixed | ||
$module | string | The module wherein will be searched. |
$otherId | integer | The id of the record. |
$type | string | The type of the returnvalue, possible values are: array, string (tags will be joined by ,). |
$language | string | The language to use, if not provided the working language will be used. |
Résultat | mixed |