PHP 클래스 Kelpie\Server\Headers

상속: implements ArrayAcces\ArrayAccess
파일 보기 프로젝트 열기: dhotson/kelpie

공개 메소드들

메소드 설명
__construct ( )
__toString ( )
offsetExists ( $key )
offsetGet ( $key )
offsetSet ( $key, $value )
offsetUnset ( $key )

메소드 상세

__construct() 공개 메소드

public __construct ( )

__toString() 공개 메소드

public __toString ( )

offsetExists() 공개 메소드

public offsetExists ( $key )

offsetGet() 공개 메소드

public offsetGet ( $key )

offsetSet() 공개 메소드

public offsetSet ( $key, $value )

offsetUnset() 공개 메소드

public offsetUnset ( $key )