PHP 클래스 PhpMigration\SymbolTable

상속: implements Iterator, implements ArrayAccess
파일 보기 프로젝트 열기: monque/php-migration

보호된 프로퍼티들

프로퍼티 타입 설명
$caseSensitive
$data

공개 메소드들

메소드 설명
__construct ( $data, $case_sensitive = true )
current ( ) Implement Iterator
del ( $key )
get ( $key )
has ( $key ) Basic operation
key ( )
next ( )
offsetExists ( $offset ) Implement ArrayAccess
offsetGet ( $offset )
offsetSet ( $offset, $value )
offsetUnset ( $offset )
rewind ( )
set ( $key, $value )
valid ( )

보호된 메소드들

메소드 설명
prepareKey ( &$key )

메소드 상세

__construct() 공개 메소드

public __construct ( $data, $case_sensitive = true )

current() 공개 메소드

Implement Iterator
public current ( )

del() 공개 메소드

public del ( $key )

get() 공개 메소드

public get ( $key )

has() 공개 메소드

Basic operation
public has ( $key )

key() 공개 메소드

public key ( )

next() 공개 메소드

public next ( )

offsetExists() 공개 메소드

Implement ArrayAccess
public offsetExists ( $offset )

offsetGet() 공개 메소드

public offsetGet ( $offset )

offsetSet() 공개 메소드

public offsetSet ( $offset, $value )

offsetUnset() 공개 메소드

public offsetUnset ( $offset )

prepareKey() 보호된 메소드

protected prepareKey ( &$key )

rewind() 공개 메소드

public rewind ( )

set() 공개 메소드

public set ( $key, $value )

valid() 공개 메소드

public valid ( )

프로퍼티 상세

$caseSensitive 보호되어 있는 프로퍼티

protected $caseSensitive

$data 보호되어 있는 프로퍼티

protected $data