Base object, from which other classes derive.
This class provides the most basic object : - it has a name - and an encoding
category | Core |
---|---|
package | Formaid |
author | Dieter Adriaenssens |
copyright | 2006-2013 Dieter Adriaenssens |
license | GPL |
link | http://formaid.sourceforge.net/ |
__construct(string $name) : void
Sets encoding to be used, and set name of the object
string
Base object name
disableTrimName() : void
display() : void
The name of the object is printed to stdout.
enableTrimName() : void
getDisplayString() : string
string
formatted object stringgetName() : string
string
object nameisNameEmpty() : bool
bool
true if emptysetName(string $new_name) : void
string
new name
show() : void
The name of the object is printed to stdout.
deprecated | use display() |
---|
getDisplayName() : string
string
formatted object name$encoding : string
access | protected |
---|
$name : string
access | protected |
---|
$_trimName : bool
access | private |
---|