final class GlobalFunction

Global function.

Properties

string $body

Methods

static GlobalFunction
from(string $function, bool $withBody = false)

No description

static GlobalFunction
withBodyFrom(string $function)

No description

string
__toString()

No description

Details

at line 28
static GlobalFunction from(string $function, bool $withBody = false)

No description

Parameters

string $function
bool $withBody

Return Value

GlobalFunction

at line 34
static GlobalFunction withBodyFrom(string $function)

No description

Parameters

string $function

Return Value

GlobalFunction

at line 40
string __toString()

No description

Return Value

string

Traits

Strict class for better experience.