PHP Class Lisphp_Runtime_UserMacro

Inheritance: implements Lisphp_Applicable
Datei anzeigen Open project: lisphp/lisphp Class Usage Examples

Public Properties

Property Type Description
$body
$scope

Public Methods

Method Description
__construct ( Lisphp_Scope $scope, Lisphp_List $body )
apply ( Lisphp_Scope $scope, Lisphp_List $arguments )

Method Details

__construct() public method

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

apply() public method

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