\Tag

class Tag 标记的数据结构描述 function C__Tag();

Summary

Methods
Properties
Constants
GetName()
GetValue()
IsAtt()
GetAtt()
GetinnerText()
$isCompiler
$tagName
$innerText
$startPos
$endPos
$cAtt
$tagValue
$tagID
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$isCompiler

$isCompiler : 

Type

$tagName

$tagName : 

Type

$innerText

$innerText : 

Type

$startPos

$startPos : 

Type

$endPos

$endPos : 

Type

$cAtt

$cAtt : 

Type

$tagValue

$tagValue : 

Type

$tagID

$tagID : 

Type

Methods

GetName()

GetName() : string

获取标记的名称和值

Returns

string

GetValue()

GetValue() 

IsAtt()

IsAtt(  $str) 

Parameters

$str

GetAtt()

GetAtt(  $str) 

Parameters

$str

GetinnerText()

GetinnerText() : string

获取底层模板

Returns

string