ZMObject
└─ZMAdminMenuItem2
public class ZMAdminMenuItem2
extends ZMObject
| Fields inherited from org.zenmagick.core\ZMObject | |
|---|---|
| properties_ | |
| Method Summary | |
|---|---|
| void | __construct(string parent, string id, string title, string requestId, array properties) Create new item. |
| string | getId() Get the id. |
| string | Get the parent. |
| string | Get the requestId. |
| string | getTitle() Get the title. |
| 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 requestId, array properties)
Create new item.
null.public string getId()
Get the id.
public string getParent()
Get the parent.
public string getRequestId()
Get the requestId.
public string getTitle()
Get the title.
public void setParent(mixed parent)
Set the parent.
Admin menu item.