PHP 클래스 Pheasant\Database\Mysqli\Fields

상속: implements IteratorAggregate, implements Countable, implements ArrayAccess
파일 보기 프로젝트 열기: lox/pheasant

공개 메소드들

메소드 설명
__construct ( $resultSet )
count ( )
getIterator ( )
offsetExists ( $offset )
offsetGet ( $offset ) array access
offsetSet ( $offset, $value )
offsetUnset ( $offset )

메소드 상세

__construct() 공개 메소드

public __construct ( $resultSet )

count() 공개 메소드

public count ( )

getIterator() 공개 메소드

public getIterator ( )

offsetExists() 공개 메소드

public offsetExists ( $offset )

offsetGet() 공개 메소드

array access
public offsetGet ( $offset )

offsetSet() 공개 메소드

public offsetSet ( $offset, $value )

offsetUnset() 공개 메소드

public offsetUnset ( $offset )