PHP Class Lisphp_Runtime_Function

Inheritance: implements Lisphp_Applicable
Afficher le fichier Open project: lisphp/lisphp Class Usage Examples

Méthodes publiques

Свойство Type Description
$body
$parameters
$scope

Méthodes publiques

Méthode Description
__construct ( Lisphp_Scope $scope, Lisphp_List $parameters, Lisphp_Form $body )
__invoke ( )
apply ( Lisphp_Scope $scope, Lisphp_List $arguments )
call ( $func, array $args )

Méthodes protégées

Méthode Description
execute ( array $arguments )

Method Details

__construct() public méthode

public __construct ( Lisphp_Scope $scope, Lisphp_List $parameters, Lisphp_Form $body )
$scope Lisphp_Scope
$parameters Lisphp_List
$body Lisphp_Form

__invoke() public méthode

public __invoke ( )

apply() final public méthode

final public apply ( Lisphp_Scope $scope, Lisphp_List $arguments )
$scope Lisphp_Scope
$arguments Lisphp_List

call() public static méthode

public static call ( $func, array $args )
$args array

execute() protected méthode

protected execute ( array $arguments )
$arguments array

Property Details

$body public_oe property

public $body

$parameters public_oe property

public $parameters

$scope public_oe property

public $scope