$extensions
Stores class extensions.
protected
static array
$extensions
= []
$extensions | Stores class extensions. | array |
---|---|---|
__call() | Executes the first matched extension. | mixed |
addExtension() | mixed | |
pipe() | mixed |
Stores class extensions.
protected
static array
$extensions
= []
Executes the first matched extension.
public
__call(
$name :
string
[, $arguments :
array
= [] ]
)
: mixed
public
static addExtension(
$extension :
mixed
)
: mixed
public
pipe(
$name :
string
, ...$arguments :
array
)
: mixed