AOWP


aowp.parser.ast.AOWP_PHPInnerHTMLStatementElement
/parser/ast/PHPInnerHTMLStatementElement.class.php at line 16

Class AOWP_PHPInnerHTMLStatementElement

AOWP_PHPElement
└─AOWP_PHPInnerHTMLStatementElement

public class AOWP_PHPInnerHTMLStatementElement
extends AOWP_PHPElement

PHPInnerHTMLStatementElement

Author:
Ryoto Naruse /

Field Summary
mixed

$value

Fields inherited from aowp.parser.ast.AOWP_PHPElement
NO_ARRAY, _line, parent, propertyIndex, propertyName
Constructor Summary

AOWP_PHPInnerHTMLStatementElement(mixed _line, mixed value)

Method Summary
void

__toString()

static void

createPHPCloseTag()

static void

createPHPOpenTag()

void

kind()

Methods inherited from aowp.parser.ast.AOWP_PHPElement
__clone, __toString, getChildren, getParent, getParentContainer, getParentPropertyIndex, getParentPropertyName, initialize, kind, line, releaseInstance, setParent, setParentInfo

Field Detail

/parser/ast/PHPInnerHTMLStatementElement.class.php at line 17

value

public mixed $value

Constructor Detail

/parser/ast/PHPInnerHTMLStatementElement.class.php at line 19

AOWP_PHPInnerHTMLStatementElement

public AOWP_PHPInnerHTMLStatementElement(mixed _line, mixed value)

Method Detail

/parser/ast/PHPInnerHTMLStatementElement.class.php at line 29

__toString

public void __toString()

/parser/ast/PHPInnerHTMLStatementElement.class.php at line 42

createPHPCloseTag

public static void createPHPCloseTag()

/parser/ast/PHPInnerHTMLStatementElement.class.php at line 39

createPHPOpenTag

public static void createPHPOpenTag()

/parser/ast/PHPInnerHTMLStatementElement.class.php at line 34

kind

public void kind()

AOWP