PHP Class Lisphp_Program

Inheritance: implements IteratorAggregate, implements ArrayAccess, implements Countable
Afficher le fichier Open project: lisphp/lisphp Class Usage Examples

Méthodes publiques

Свойство Type Description
$forms

Méthodes publiques

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

Method Details

__construct() public méthode

public __construct ( $program )

count() public méthode

public count ( )

execute() public méthode

public execute ( Lisphp_Scope $scope )
$scope Lisphp_Scope

getIterator() public méthode

public getIterator ( )

load() public static méthode

public static load ( $file )

offsetExists() public méthode

public offsetExists ( $offset )

offsetGet() public méthode

public offsetGet ( $offset )

offsetSet() public méthode

public offsetSet ( $_, $__ )

offsetUnset() public méthode

public offsetUnset ( $offset )

Property Details

$forms public_oe property

public $forms