LibraryTypeManager
Table of Contents
-
COLUMN_ID
= 'id'
-
COLUMN_NAME
= 'name'
-
COLUMN_TYPE_NAME
= 'type_name'
-
COLUMN_UUID
= 'type'
-
TABLE_NAME
= 'library_type'
-
$container
: Container
-
$database
: Context
-
__construct()
: mixed
-
getAll()
: Selection
-
getByTypes()
: mixed
COLUMN_ID
public
mixed
COLUMN_ID
= 'id'
COLUMN_NAME
public
mixed
COLUMN_NAME
= 'name'
COLUMN_TYPE_NAME
public
mixed
COLUMN_TYPE_NAME
= 'type_name'
COLUMN_UUID
public
mixed
COLUMN_UUID
= 'type'
TABLE_NAME
public
mixed
TABLE_NAME
= 'library_type'
$container
private
Container
$container
$database
private
Context
$database
__construct()
public
__construct(Context $database, Container $conteiner) : mixed
Parameters
-
$database
: Context
-
-
$conteiner
: Container
-
Return values
mixed
—
getAll()
public
getAll() : Selection
Return values
Selection
—
getByTypes()
public
getByTypes(array<string|int, mixed> $types) : mixed
Parameters
-
$types
: array<string|int, mixed>
-
Return values
mixed
—