FileAccess Orion

TinyUrl extends BaseDbContent
in package

Define system tinyurl object

Tags
category

Core content type

author

Tobias Teichner webmaster@teichner.biz

since

File available since v7.7.60

Table of Contents

$db_fields  : array<string|int, mixed>
$dbal  : DBAL|null
The database abstraction layer buffer
__construct()  : mixed
Basic constructor.
Delete()  : Result|null
Delete from database
Save()  : Result|null
database()  : BookingsDBAL|null
Get the database instance
loadFromSrc()  : void
Fetch from db

Properties

$db_fields

protected array<string|int, mixed> $db_fields = []

Methods

__construct()

Basic constructor.

public __construct([string|null $id = null ][, string|null $language = null ]) : mixed
Parameters
$id : string|null = null
$language : string|null = null
Return values
mixed

Delete()

Delete from database

public Delete([false $skip = false ]) : Result|null
Parameters
$skip : false = false
Return values
Result|null

Save()

public Save([mixed $force_new_id = false ]) : Result|null
Parameters
$force_new_id : mixed = false
Tags
inheritDoc
Return values
Result|null

loadFromSrc()

Fetch from db

protected loadFromSrc() : void
Return values
void

Search results