StaticIfFakeAttribute

Undocumented in source.

Constructors

this
this(string condition, bool inverted)
Undocumented in source.

Members

Functions

invertedClone
const(StaticIfFakeAttribute) invertedClone()
Undocumented in source. Be warned that the author may not have intended to support it.
isBuiltIn
bool isBuiltIn()
Undocumented in source. Be warned that the author may not have intended to support it.
toHTML
string toHTML()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

cond
string cond;
Undocumented in source.
inverted
bool inverted;
Undocumented in source.

Inherited Members

From FakeAttribute

toHTML
string toHTML()
Undocumented in source.

From ConditionFakeAttribute

toHTML
string toHTML()
Undocumented in source.

Meta