ZMObject
└─ZMThemeBuilder
public class ZMThemeBuilder
extends ZMObject
| Field Summary | |
|---|---|
| mixed | |
| mixed | |
| mixed | |
| mixed | |
| Fields inherited from org.zenmagick.core\ZMObject | |
|---|---|
| properties_ | |
| Method Summary | |
|---|---|
| void | Create new instance. |
| boolean | build() Build a theme. |
| string | Get the themes basedir. |
| boolean | Get the inherit defaults flag. |
| array | Get messages. |
| string | getName() Get the name. |
| void | setInheritDefaults(boolean inheritDefaults) Set the inherit defaults flag. |
| void | setName(string name) Set the name. |
| Methods inherited from org.zenmagick.core\ZMObject | |
|---|---|
| __construct, attachMethod, get, getAttachedMethods, getProperties, getPropertyNames, set, singleton | |
public mixed $fsLog_
public mixed $inheritDefaults_
public mixed $messages_
public mixed $name_
public void __construct()
Create new instance.
public boolean build()
Build a theme.
true if successful, false if not.public string getBaseDir()
Get the themes basedir.
public boolean getInheritDefaults()
Get the inherit defaults flag.
public array getMessages()
Get messages.
public string getName()
Get the name.
public void setInheritDefaults(boolean inheritDefaults)
Set the inherit defaults flag.
public void setName(string name)
Set the name.
Build the skelton of a new theme.