PHP Class Lisphp_Program

Inheritance: implements IteratorAggregate, implements ArrayAccess, implements Countable
Show file Open project: lisphp/lisphp Class Usage Examples

Public Properties

Property Type Description
$forms

Public Methods

Method Description
__construct ( $program )
count ( )
execute ( Lisphp_Scope $scope )
getIterator ( )
load ( $file )
offsetExists ( $offset )
offsetGet ( $offset )
offsetSet ( $_, $__ )
offsetUnset ( $offset )

Method Details

__construct() public method

public __construct ( $program )

count() public method

public count ( )

execute() public method

public execute ( Lisphp_Scope $scope )
$scope Lisphp_Scope

getIterator() public method

public getIterator ( )

load() public static method

public static load ( $file )

offsetExists() public method

public offsetExists ( $offset )

offsetGet() public method

public offsetGet ( $offset )

offsetSet() public method

public offsetSet ( $_, $__ )

offsetUnset() public method

public offsetUnset ( $offset )

Property Details

$forms public property

public $forms