Ubiquity 2.5.2
php rapid development framework
Loading...
Searching...
No Matches
Debug Class Reference

Class for debug in dev mode. More...

Static Public Member Functions

static liveReload (int $port=35729)
 
static hasLiveReload ()
 

Detailed Description

Class for debug in dev mode.

Ubiquity\devtools\debug$Debug This class is part of Ubiquity

Author
jc
Version
1.0.0
Deprecated:
replaced with LiveReload class in Ubiquity-debug package

Definition at line 16 of file Debug.php.

Member Function Documentation

◆ hasLiveReload()

static hasLiveReload ( )
static
Returns
bool
Deprecated:
replaced with LiveReload::hasLiveReload()

Definition at line 36 of file Debug.php.

◆ liveReload()

static liveReload ( int  $port = 35729)
static
Parameters
int$port
Returns
string
Deprecated:
replaced with LiveReload::start(int $port)

Definition at line 23 of file Debug.php.


The documentation for this class was generated from the following file: