class PhpHelpers

internal  
 

PHP helpers.

Methods

static string
reformatCode(string $source)

Optimizes code readability.

static string
dump(mixed $value, bool $multiline = false)

No description

static string
inlineHtmlToEcho(string $source)

No description

Details

at line 22
static string reformatCode(string $source)

Optimizes code readability.

Parameters

string $source

Return Value

string

at line 138
static string dump(mixed $value, bool $multiline = false)

No description

Parameters

mixed $value
bool $multiline

Return Value

string

at line 158
static string inlineHtmlToEcho(string $source)

No description

Parameters

string $source

Return Value

string