v1.0.0
English

Entity.php

system/Entity/Entity.php
1 class 20 methods

class Entity

Entity encapsulation, for use with CodeIgniter\Model
__construct (?array $data = null) public
fill (?array $data = null) public
toArray (bool $onlyChanged = false, bool $cast = true, bool $recursive = false) public
toRawArray (bool $onlyChanged = false, bool $recursive = false) public
self ($value) public
syncOriginal () public
hasChanged (?string $key = null) public
injectRawData (array $data) public
setAttributes (array $data) public
mapProperty (string $key) protected
mutateDate ($value) protected
castAs ($value, string $attribute, string $method = 'get') protected
jsonSerialize () public
cast (?bool $cast = null) public
__set (string $key, $value = null) public
__get (string $key) public
__isset (string $key) public
__unset (string $key) public
isMappedDbColumn (string $key) protected
hasMappedProperty (string $key) protected
phpDG v1.0.0 Entity.php 662 files 498 classes 763 fn
Generated