TimeTrex API Manual

BreadCrumb
in package

Table of Contents

$home_name  : mixed
$seperator  : mixed
Delete()  : bool
Display()  : string
getCrumbs()  : array<string|int, mixed>|bool
getReturnCrumb()  : mixed
Used to return to the last URL the user visited.
setCrumb()  : bool

Properties

Methods

Delete()

public static Delete([string $user_id = null ]) : bool
Parameters
$user_id : string = null

UUID

Tags
throws
DBError
Return values
bool

getCrumbs()

public static getCrumbs() : array<string|int, mixed>|bool
Tags
throws
DBError
Return values
array<string|int, mixed>|bool

getReturnCrumb()

Used to return to the last URL the user visited.

public static getReturnCrumb([int $num = 1 ]) : mixed
Parameters
$num : int = 1
Return values
mixed

setCrumb()

public static setCrumb( $name[, null $url = null ]) : bool
Parameters
$name :
$url : null = null
Tags
throws
DBError
Return values
bool

Search results