PHP 클래스 DataTemplateComponent

파일 보기 프로젝트 열기: openeyes/openeyes

보호된 프로퍼티들

프로퍼티 타입 설명
$value

공개 메소드들

메소드 설명
__construct ( mixed $value )
generate ( array $values ) : mixed Generate a data structure from the template using the values supplied.
match ( mixed $structure, &$warnings = [] ) : array | null Match the template against a structure and extract values.

메소드 상세

__construct() 공개 메소드

public __construct ( mixed $value )
$value mixed

generate() 추상적인 공개 메소드

Generate a data structure from the template using the values supplied.
abstract public generate ( array $values ) : mixed
$values array
리턴 mixed

match() 추상적인 공개 메소드

Match the template against a structure and extract values.
abstract public match ( mixed $structure, &$warnings = [] ) : array | null
$structure mixed
리턴 array | null Extracted values, or null if matching failed

프로퍼티 상세

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

protected $value