PHP 클래스 Lisphp_Program

상속: implements IteratorAggregate, implements ArrayAccess, implements Countable
파일 보기 프로젝트 열기: lisphp/lisphp 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$forms

공개 메소드들

메소드 설명
__construct ( $program )
count ( )
execute ( Lisphp_Scope $scope )
getIterator ( )
load ( $file )
offsetExists ( $offset )
offsetGet ( $offset )
offsetSet ( $_, $__ )
offsetUnset ( $offset )

메소드 상세

__construct() 공개 메소드

public __construct ( $program )

count() 공개 메소드

public count ( )

execute() 공개 메소드

public execute ( Lisphp_Scope $scope )
$scope Lisphp_Scope

getIterator() 공개 메소드

public getIterator ( )

load() 공개 정적인 메소드

public static load ( $file )

offsetExists() 공개 메소드

public offsetExists ( $offset )

offsetGet() 공개 메소드

public offsetGet ( $offset )

offsetSet() 공개 메소드

public offsetSet ( $_, $__ )

offsetUnset() 공개 메소드

public offsetUnset ( $offset )

프로퍼티 상세

$forms 공개적으로 프로퍼티

public $forms