Function Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
W
 warn, mxLog
 write, mxLog
 writeAttribute, mxObjectCodec
 writeComplexAttribute, mxObjectCodec
 writeln, mxLog
 writePrimitiveAttribute, mxObjectCodec
static function warn($text)
Logs a warn trace.
static function write($text)
Writes a line to the log.
function writeAttribute($enc,
$obj,
$attr,
$value,
$node)
Writes the given value into node using writePrimitiveAttribute or writeComplexAttribute depending on the type of the value.
function writeComplexAttribute($enc,
$obj,
$attr,
$value,
$node)
Writes the given value as a child node of the given node.
static function writeln($text)
Writes a line with a linefeed to the log.
function writePrimitiveAttribute($enc,
$obj,
$attr,
$value,
$node)
Writes the given value as an attribute of the given node.
Close