PHP Class Lisphp_Runtime_PHPFunction

Inheritance: extends Lisphp_Runtime_Function
Datei anzeigen Open project: lisphp/lisphp

Public Properties

Property Type Description
$callback

Public Methods

Method Description
__construct ( $callback )
execute ( array $arguments )

Method Details

__construct() public method

public __construct ( $callback )

execute() public method

public execute ( array $arguments )
$arguments array

Property Details

$callback public_oe property

public $callback