ZenMagick 0.9.10


zenmagick.store.sf.mvc.tools\ZMCrumb
mvc\tools\ZMCrumb.php at line 33

Class ZMCrumb

ZMObject
└─ZMCrumb

public class ZMCrumb
extends ZMObject

A crumbtrail crumb.

Author:
DerManoMann

Fields inherited from org.zenmagick.core\ZMObject
properties_
Method Summary
void

__construct(string name, string url)

Create a new crumbtrail crumb.

string

getName()

Get the name.

string

getURL()

Get the url (if any).

void

setName(string name)

Set the name.

void

setURL(string url)

Set the url.

Methods inherited from org.zenmagick.core\ZMObject
__construct, attachMethod, get, getAttachedMethods, getProperties, getPropertyNames, set, singleton

Method Detail

mvc\tools\ZMCrumb.php at line 44

__construct

public void __construct(string name, string url)

Create a new crumbtrail crumb.

Parameters:
name - The name.
url - Optional url; default is null.

mvc\tools\ZMCrumb.php at line 63

getName

public string getName()

Get the name.

Returns:
The crumb's name.

mvc\tools\ZMCrumb.php at line 70

getURL

public string getURL()

Get the url (if any).

Returns:
The crumb's url or null.

mvc\tools\ZMCrumb.php at line 77

setName

public void setName(string name)

Set the name.

Parameters:
name - The crumb's name.

mvc\tools\ZMCrumb.php at line 84

setURL

public void setURL(string url)

Set the url.

Parameters:
url - The crumb's url.

ZenMagick 0.9.10