CakeFest 2024: The Official CakePHP Conference

LuaSandboxFunction::__construct

(PECL luasandbox >= 1.0.0)

LuaSandboxFunction::__constructUnused

Description

final private LuaSandboxFunction::__construct()

LuaSandboxFunction are obtained as a return value from Lua, as a parameter passed to a callback from Lua, or by using LuaSandbox::wrapPhpFunction(), LuaSandbox::loadString(), or LuaSandbox::loadBinary(). They cannot be constructed directly.

Parameters

This function has no parameters.

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top