PHP 클래스 Bolt\Storage\Mapping\TaxonomyValue

저자: Gawain Lynch ([email protected])
상속: implements ArrayAccess
파일 보기 프로젝트 열기: bolt/bolt

보호된 프로퍼티들

프로퍼티 타입 설명
$data array
$name string
$value string

공개 메소드들

메소드 설명
__construct ( string $name, mixed $value, array $data ) Constructor.
__toString ( )
offsetExists ( $offset )
offsetGet ( $offset )
offsetSet ( $offset, $value )
offsetUnset ( $offset )

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( string $name, mixed $value, array $data )
$name string
$value mixed
$data array

__toString() 공개 메소드

public __toString ( )

offsetExists() 공개 메소드

public offsetExists ( $offset )

offsetGet() 공개 메소드

public offsetGet ( $offset )

offsetSet() 공개 메소드

public offsetSet ( $offset, $value )

offsetUnset() 공개 메소드

public offsetUnset ( $offset )

프로퍼티 상세

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

protected array $data
리턴 array

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

protected string $name
리턴 string

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

protected string $value
리턴 string