PHP 클래스 Haanga_yyToken

meta-data should be stored as an array
상속: implements ArrayAccess
파일 보기 프로젝트 열기: crodas/haanga

공개 프로퍼티들

프로퍼티 타입 설명
$metadata
$string

공개 메소드들

메소드 설명
__construct ( $s, $m = [] )
__toString ( )
offsetExists ( $offset )
offsetGet ( $offset )
offsetSet ( $offset, $value )
offsetUnset ( $offset )

메소드 상세

__construct() 공개 메소드

public __construct ( $s, $m = [] )

__toString() 공개 메소드

public __toString ( )

offsetExists() 공개 메소드

public offsetExists ( $offset )

offsetGet() 공개 메소드

public offsetGet ( $offset )

offsetSet() 공개 메소드

public offsetSet ( $offset, $value )

offsetUnset() 공개 메소드

public offsetUnset ( $offset )

프로퍼티 상세

$metadata 공개적으로 프로퍼티

public $metadata

$string 공개적으로 프로퍼티

public $string