MacroableTrait::__call()

mixed __call(string $method, array $parameters) Dynamically handle calls to the class. Parameters string $method array $parameters Return Value mixed Exceptions BadMethodCallException

MacroableTrait::macro()

static void macro(string $name, callable $macro) Register a custom macro. Parameters string $name callable $macro Return Value void

MacroableTrait::hasMacro()

static boolean hasMacro(string $name) Checks if macro is registered Parameters string $name Return Value boolean

MacroableTrait

MacroableTrait trait MacroableTrait (View source) Methods static void macro(string $name, callable $macro) Register a custom macro. static boolean hasMacro(string $name) Checks if macro is registered static mixed __callStatic(string $method, array $parameters) Dynamically handle calls to the class. mixed __call(string $method, array $parameters) Dynamically handle calls to the class.

Macroable::__callStatic()

static mixed __callStatic(string $method, array $parameters) Dynamically handle calls to the class. Parameters string $method array $parameters Return Value mixed Exceptions BadMethodCallException

Macroable::__call()

mixed __call(string $method, array $parameters) Dynamically handle calls to the class. Parameters string $method array $parameters Return Value mixed Exceptions BadMethodCallException

Macroable::macro()

static void macro(string $name, callable $macro) Register a custom macro. Parameters string $name callable $macro Return Value void

Macroable::hasMacro()

static bool hasMacro(string $name) Checks if macro is registered. Parameters string $name Return Value bool

Macroable

Macroable trait Macroable (View source) Methods static void macro(string $name, callable $macro) Register a custom macro. static bool hasMacro(string $name) Checks if macro is registered. static mixed __callStatic(string $method, array $parameters) Dynamically handle calls to the class. mixed __call(string $method, array $parameters) Dynamically handle calls to the class.

LuaScripts::size()

static string size() Get the Lua script for computing the size of queue. Return Value string