ZMObject
public class ZMObject
| Constructor Summary | |
|---|---|
ZMObject() Create new instance. |
|
| Method Summary | |
|---|---|
| static void | backtrace(string msg) Simple wrapper around debug_backtrace(). |
| static mixed | create(string name, var args) Shortcut to create new class instances. |
| static void | log(string msg, int level) Simple ZenMagick logging function. |
| protected static mixed | singleton(string name, string instance) Get a singleton instance of the calling class. |
public ZMObject()
Create new instance. /
public static void backtrace(string msg)
Simple wrapper around debug_backtrace().
public static mixed create(string name, var args)
Shortcut to create new class instances.
$name or null.ZMLoader::make(..) instead.public static void log(string msg, int level)
Simple ZenMagick logging function.
protected static mixed singleton(string name, string instance)
Get a singleton instance of the calling class.
ZenMagick base class.
This is the base class for all ZenMagick classes and contains some very basic stuff that might be usefull for most/all classes.