TAG
in package
TAG
An import may be tagged so that the resources in it may be tracked in later list and delete operations.
Table of Contents
Methods
- __construct() : mixed
- TAG class
- checkExists() : false|int
- Does this tag already exist in the database?
- grabAll() : array<string|int, mixed>|false
- Get tags from tag table.
Methods
__construct()
TAG class
public
__construct() : mixed
checkExists()
Does this tag already exist in the database?
public
checkExists(string $tag) : false|int
Parameters
- $tag : string
Return values
false|intgrabAll()
Get tags from tag table.
public
grabAll([int $userId = false ]) : array<string|int, mixed>|false
Parameters
- $userId : int = false
-
Default FALSE
Return values
array<string|int, mixed>|false —[id => group]