TimeTrex API Manual

APIProgressBar
in package

Table of Contents

$main_class  : mixed
$obj  : mixed
__construct()  : mixed
APIProgressBar constructor.
get()  : bool
getProgressBar()  : bool
Alias for get(), because now that TimeTrexClientAPI is a proxy method, it can't call an API method that is just named "get".
test()  : bool

Properties

Methods

__construct()

APIProgressBar constructor.

public __construct() : mixed
Return values
mixed

get()

public get([bool $key = false ]) : bool
Parameters
$key : bool = false
Return values
bool

getProgressBar()

Alias for get(), because now that TimeTrexClientAPI is a proxy method, it can't call an API method that is just named "get".

public getProgressBar([bool $key = false ]) : bool
Parameters
$key : bool = false
Return values
bool

test()

public test( $key[, int $total_iterations = 10 ]) : bool
Parameters
$key :
$total_iterations : int = 10
Return values
bool

Search results