PHP 클래스 Lisphp_Scope

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

공개 프로퍼티들

프로퍼티 타입 설명
$superscope
$values

공개 메소드들

메소드 설명
__construct ( self $superscope = null )
define ( $symbol, $value )
getIterator ( )
let ( $symbol, $value )
listSymbols ( )
offsetExists ( $symbol )
offsetGet ( $symbol )
offsetSet ( $symbol, $value )
offsetUnset ( $symbol )

보호된 메소드들

메소드 설명
_symbol ( $symbol )

메소드 상세

__construct() 공개 메소드

public __construct ( self $superscope = null )
$superscope self

_symbol() 보호된 정적인 메소드

protected static _symbol ( $symbol )

define() 공개 메소드

public define ( $symbol, $value )

getIterator() 공개 메소드

public getIterator ( )

let() 공개 메소드

public let ( $symbol, $value )

listSymbols() 공개 메소드

public listSymbols ( )

offsetExists() 공개 메소드

public offsetExists ( $symbol )

offsetGet() 공개 메소드

public offsetGet ( $symbol )

offsetSet() 공개 메소드

public offsetSet ( $symbol, $value )

offsetUnset() 공개 메소드

public offsetUnset ( $symbol )

프로퍼티 상세

$superscope 공개적으로 프로퍼티

public $superscope

$values 공개적으로 프로퍼티

public $values