Class Ticket
Representation of a password request.
- ICanBoogie\Object implements ICanBoogie\ToArrayRecursive uses ICanBoogie\ToArrayRecursiveTrait, ICanBoogie\PrototypeTrait
-
ICanBoogie\ActiveRecord
-
Icybee\Modules\Users\NonceLogin\Ticket
Namespace: Icybee\Modules\Users\NonceLogin
Located at vendor/icanboogie-modules/users.noncelogin/lib/activerecord/ticket.php
Located at vendor/icanboogie-modules/users.noncelogin/lib/activerecord/ticket.php
Methods summary
protected
|
|
protected
|
|
public
|
Methods inherited from ICanBoogie\ActiveRecord
__sleep(),
alter_persistent_properties(),
delete(),
get_model(),
get_model_id(),
save()
Methods inherited from ICanBoogie\Object
from(),
resolve_facade_properties(),
resolve_private_properties(),
to_array(),
to_json()
Methods inherited from ICanBoogie\ToArrayRecursive
Methods used from ICanBoogie\ToArrayRecursiveTrait
Methods used from ICanBoogie\PrototypeTrait
__call(),
__get(),
__set(),
__wakeup(),
get_prototype(),
has_method(),
has_property(),
last_chance_get(),
last_chance_set()
Magic methods summary
Properties summary
public
string
|
$token |
#
Ticket identifier. |
public
integer
|
$uid |
#
User identifier. |
public
string
|
$ip |
#
Initial IP for the nonce login request. |
Properties inherited from ICanBoogie\ActiveRecord
Magic properties
public
|
$expire_at | |
#
Date at which the ticket expires. |