| W | |
| warn, mxLog | |
| write, mxLog | |
| writeAttribute, mxObjectCodec | |
| writeComplexAttribute, mxObjectCodec | |
| writeln, mxLog | |
| writePrimitiveAttribute, mxObjectCodec |
Logs a warn trace.
static function warn( $text )
Writes a line to the log.
static function write( $text )
Writes the given value into node using writePrimitiveAttribute or writeComplexAttribute depending on the type of the value.
function writeAttribute( $enc, $obj, $attr, $value, $node )
Writes the given value as a child node of the given node.
function writeComplexAttribute( $enc, $obj, $attr, $value, $node )
Writes a line with a linefeed to the log.
static function writeln( $text )
Writes the given value as an attribute of the given node.
function writePrimitiveAttribute( $enc, $obj, $attr, $value, $node )