kernel/private/rest/classes/models/ezprest_authcode.php
Package: DefaultData class ezprest_tokens.
Class to be used with eZ Components PersistentObject.
- Parent(s)
- ?\ezcPersistentObject
Properties
Methods



getState(
)
:
\array(string=>mixed)Get the PersistentObject state.
Returns
| Type |
Description |
| \array(string=>mixed) |
The state of the object. |



setState(
\array(string=>mixed) $state
)
:
voidSet the PersistentObject state.
Parameters
| Name |
Type |
Description |
| $state |
\array(string=>mixed) |
The state to set. |