PHP Class Xpressengine\Presenter\Html\Tags\Meta

Author: XE Developers ([email protected])
Inheritance: use trait EmptyStringTrait
Afficher le fichier Open project: xpressengine/xpressengine Class Usage Examples

Protected Properties

Свойство Type Description
$alias integer | null
$aliasSeq integer
$attributes array
$loaded boolean
$tags Meta[] $tags[$attributeName][$attributeValue] = $content;
$unloaded alias list

Méthodes publiques

Méthode Description
__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

Private Methods

Méthode Description
addAttribute ( string $attrName, string $value ) : void add attribute

Method Details

__construct() public méthode

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

charset() public méthode

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

content() public méthode

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

httpEquiv() public méthode

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

init() public static méthode

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

load() public méthode

load
public load ( )

name() public méthode

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

output() public static méthode

output
public static output ( ) : string
Résultat string

property() public méthode

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

unload() public méthode

unload
public unload ( ) : void
Résultat void

Property Details

$alias protected_oe property

protected int|null $alias
Résultat integer | null

$aliasSeq protected_oe static_oe property

protected static int $aliasSeq
Résultat integer

$attributes protected_oe property

protected array $attributes
Résultat array

$loaded protected_oe property

protected bool $loaded
Résultat boolean

$tags protected_oe static_oe property

$tags[$attributeName][$attributeValue] = $content;
protected static Meta[],Xpressengine\Presenter\Html\Tags $tags
Résultat Meta[]

$unloaded protected_oe static_oe property

alias list
protected static $unloaded