class Meta

Meta

Traits

Properties

static protected Meta[] $tags
protected array $attributes
protected bool $loaded
protected int|null $alias
static protected string[] $unloaded
static protected int $aliasSeq

Methods

string
__toString()

to string

static string
output()

output

static void
init(array $tags = array())

init 전역 메소드이며, meta 태그 목록을 관리하기 위해 필요한 초기 작업으로 tag list를 설정한다.

__construct(string|null $alias = null)

Meta constructor.

$this
name(string $value)

name

$this
property(string $value)

property

$this
content(string $content)

content

$this
charset(string $charset)

character set

$this
httpEquiv(string $httpEquiv)

httpEquiv

$this|void
load()

load

void
unload()

unload

void
addAttribute(string $attrName, string $value)

add attribute

Details

in EmptyStringTrait at line 30
string __toString()

to string

Return Value

string

at line 66
static string output()

output

Return Value

string

at line 92
static void init(array $tags = array())

init 전역 메소드이며, meta 태그 목록을 관리하기 위해 필요한 초기 작업으로 tag list를 설정한다.

Parameters

array $tags tag list

Return Value

void

at line 103
__construct(string|null $alias = null)

Meta constructor.

Parameters

string|null $alias alias

at line 118
$this name(string $value)

name

Parameters

string $value value

Return Value

$this

at line 131
$this property(string $value)

property

Parameters

string $value value

Return Value

$this

at line 144
$this content(string $content)

content

Parameters

string $content content

Return Value

$this

at line 157
$this charset(string $charset)

character set

Parameters

string $charset character set

Return Value

$this

at line 170
$this httpEquiv(string $httpEquiv)

httpEquiv

Parameters

string $httpEquiv httpEquiv

Return Value

$this

at line 181
$this|void load()

load

Return Value

$this|void

at line 205
void unload()

unload

Return Value

void

at line 218
private void addAttribute(string $attrName, string $value)

add attribute

Parameters

string $attrName attribute name
string $value value

Return Value

void