Class Entry
Active Record faciliates the creation and use of business objects whose data require persistent storage via database.
- ICanBoogie\Object implements ICanBoogie\ToArrayRecursive uses ICanBoogie\ToArrayRecursiveTrait, ICanBoogie\PrototypeTrait
- ICanBoogie\ActiveRecord
- Icybee\Modules\Registry\Entry
Namespace: Icybee\Modules\Registry
Located at vendor/icanboogie-modules/registry/lib/activerecords/entry.php
Located at vendor/icanboogie-modules/registry/lib/activerecords/entry.php
Methods summary
Methods inherited from ICanBoogie\ActiveRecord
__construct()
,
__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()