PHP Class Lisphp_Runtime_UserMacro

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

Méthodes publiques

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

Méthodes publiques

Méthode Description
__construct ( Lisphp_Scope $scope, Lisphp_List $body )
apply ( Lisphp_Scope $scope, Lisphp_List $arguments )

Method Details

__construct() public méthode

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

apply() public méthode

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

Property Details

$body public_oe property

public $body

$scope public_oe property

public $scope