ZenMagick 0.9.8


org.zenmagick.store.mvc.tools.ZMCrumb
\store\mvc\tools\ZMCrumb.php at line 34

Class ZMCrumb

ZMObject
└─ZMCrumb

public class ZMCrumb
extends ZMObject

A crumbtrail crumb.

Author:
DerManoMann
Version:
$Id: ZMCrumb.php 2694 2009-12-03 22:32:18Z dermanomann $

Fields inherited from org.zenmagick.core.ZMObject
properties_
Constructor Summary

ZMCrumb(string name, string url)

Create a new crumbtrail crumb.

Method Summary
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
attachMethod, get, getAttachedMethods, getPropertyNames, set, singleton

Constructor Detail

\store\mvc\tools\ZMCrumb.php at line 45

ZMCrumb

public ZMCrumb(string name, string url)

Create a new crumbtrail crumb.

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

Method Detail

\store\mvc\tools\ZMCrumb.php at line 64

getName

public string getName()

Get the name.

Returns:
The crumb's name.

\store\mvc\tools\ZMCrumb.php at line 71

getURL

public string getURL()

Get the url (if any).

Returns:
The crumb's url or null.

\store\mvc\tools\ZMCrumb.php at line 78

setName

public void setName(string name)

Set the name.

Parameters:
name - The crumb's name.

\store\mvc\tools\ZMCrumb.php at line 85

setURL

public void setURL(string url)

Set the url.

Parameters:
url - The crumb's url.

ZenMagick 0.9.8