ZenMagick 0.9.10


zenmagick.store.shared.model\ZMToken
model\ZMToken.php at line 30

Class ZMToken

ZMObject
└─ZMToken

public class ZMToken
extends ZMObject

Token model class.

Author:
DerManoMann

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

__construct()

Create new instance.

string

getId()

Get the id.

void

setId(string id)

Set the id.

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

Method Detail

model\ZMToken.php at line 35

__construct

public void __construct()

Create new instance.


model\ZMToken.php at line 52

getId

public string getId()

Get the id.

Returns:
The id.

model\ZMToken.php at line 59

setId

public void setId(string id)

Set the id.

Parameters:
id - The id.

ZenMagick 0.9.10