PHP 클래스 Pimcore\View\Helper\HeadMeta

상속: extends Zend_View_Helper_HeadMeta
파일 보기 프로젝트 열기: pimcore/pimcore

보호된 프로퍼티들

프로퍼티 타입 설명
$rawItems

공개 메소드들

메소드 설명
addRaw ( string $html )
getRaw ( ) : array
toString ( null $indent = null ) : string

보호된 메소드들

메소드 설명
_isValid ( mixed $item ) : boolean Determine if item is valid

메소드 상세

_isValid() 보호된 메소드

Determine if item is valid
protected _isValid ( mixed $item ) : boolean
$item mixed
리턴 boolean

addRaw() 공개 메소드

public addRaw ( string $html )
$html string

getRaw() 공개 메소드

public getRaw ( ) : array
리턴 array

toString() 공개 메소드

public toString ( null $indent = null ) : string
$indent null
리턴 string

프로퍼티 상세

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

protected $rawItems