ZMObject
└─ZMAdminMenuItem
public class ZMAdminMenuItem
extends ZMObject
| Fields inherited from org.zenmagick.core\ZMObject | |
|---|---|
| properties_ | |
| Method Summary | |
|---|---|
| void | __construct(string parent, string id, string title, string function, array properties) Create new item. |
| string | getId() Get the id. |
| string | Get the parent. |
| string | getTitle() Get the title. |
| string | getURL() Get the url. |
| void | setParent(mixed parent) Set the parent. |
| Methods inherited from org.zenmagick.core\ZMObject | |
|---|---|
| __construct, attachMethod, get, getAttachedMethods, getProperties, getPropertyNames, set | |
public void __construct(string parent, string id, string title, string function, array properties)
Create new item.
public string getId()
Get the id.
public string getParent()
Get the parent.
public string getTitle()
Get the title.
public string getURL()
Get the url.
public void setParent(mixed parent)
Set the parent.
Admin menu item.
This may be either a ZenMagick system page or a plugin options page or other.