kernel/private/rest/classes/models/ezprest_authcode.php
File containing the ezpRestToken class
- Copyright
- Copyright (C) 1999-2011 eZ Systems AS. All rights reserved.
- License
-
eZ Business Use License Agreement Version 2.0
- Package
- kernel
- Version
- 4.6.0
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
)
:
void
Set the PersistentObject state.
Parameters
Name |
Type |
Description |
$state |
\array(string=>mixed) |
The state to set. |