PHP 클래스 Xpressengine\Presenter\Html\Tags\Meta

저자: XE Developers ([email protected])
상속: use trait EmptyStringTrait
파일 보기 프로젝트 열기: xpressengine/xpressengine 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$alias integer | null
$aliasSeq integer
$attributes array
$loaded boolean
$tags Meta[] $tags[$attributeName][$attributeValue] = $content;
$unloaded alias list

공개 메소드들

메소드 설명
__construct ( string | null $alias = null ) Meta constructor.
charset ( string $charset ) character set
content ( string $content ) content
httpEquiv ( string $httpEquiv ) httpEquiv
init ( array $tags = [] ) : void init 전역 메소드이며, meta 태그 목록을 관리하기 위해 필요한 초기 작업으로 tag list를 설정한다.
load ( ) load
name ( string $value ) name
output ( ) : string output
property ( string $value ) property
unload ( ) : void unload

비공개 메소드들

메소드 설명
addAttribute ( string $attrName, string $value ) : void add attribute

메소드 상세

__construct() 공개 메소드

Meta constructor.
public __construct ( string | null $alias = null )
$alias string | null alias

charset() 공개 메소드

character set
public charset ( string $charset )
$charset string character set

content() 공개 메소드

content
public content ( string $content )
$content string content

httpEquiv() 공개 메소드

httpEquiv
public httpEquiv ( string $httpEquiv )
$httpEquiv string httpEquiv

init() 공개 정적인 메소드

init 전역 메소드이며, meta 태그 목록을 관리하기 위해 필요한 초기 작업으로 tag list를 설정한다.
public static init ( array $tags = [] ) : void
$tags array tag list
리턴 void

load() 공개 메소드

load
public load ( )

name() 공개 메소드

name
public name ( string $value )
$value string value

output() 공개 정적인 메소드

output
public static output ( ) : string
리턴 string

property() 공개 메소드

property
public property ( string $value )
$value string value

unload() 공개 메소드

unload
public unload ( ) : void
리턴 void

프로퍼티 상세

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

protected int|null $alias
리턴 integer | null

$aliasSeq 보호되어 있는 정적으로 프로퍼티

protected static int $aliasSeq
리턴 integer

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

protected array $attributes
리턴 array

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

protected bool $loaded
리턴 boolean

$tags 보호되어 있는 정적으로 프로퍼티

$tags[$attributeName][$attributeValue] = $content;
protected static Meta[],Xpressengine\Presenter\Html\Tags $tags
리턴 Meta[]

$unloaded 보호되어 있는 정적으로 프로퍼티

alias list
protected static $unloaded