Table of Contents
Properties
-
$db
: DatabaseEngine
Methods
-
__construct()
: mixed
-
getInviteCodesFrom()
: array<string|int, mixed>
-
make()
: mixed
-
makeApplicationFromApikey()
: Application
-
makeContent()
: Content
-
makeInviteCodeFrom()
: string
$db
public
DatabaseEngine
$db
__construct()
public
__construct(DatabaseEngine $db) : mixed
Parameters
-
$db
: DatabaseEngine
-
getInviteCodesFrom()
public
getInviteCodesFrom(Perso $perso) : array<string|int, mixed>
Parameters
-
$perso
: Perso
-
Return values
array<string|int, mixed>
make()
public
make(mixed $entity) : mixed
Parameters
-
$entity
: mixed
-
-
todo
-
makeApplicationFromApikey()
public
makeApplicationFromApikey(string $key) : Application
Parameters
-
$key
: string
-
makeContent()
public
makeContent(string $id) : Content
Parameters
-
$id
: string
-
-
deprecated
-
makeInviteCodeFrom()
public
makeInviteCodeFrom(Perso $perso) : string
Parameters
-
$perso
: Perso
-