BaseEntity implements Arrayable
AbstractYes
Table of Contents
Interfaces
Methods
- getId() : int|null
- isNew() : bool
- mapFromArray() : self
- toArray() : array<string|int, mixed>
Methods
getId()
public
abstract getId() : int|null
Return values
int|nullisNew()
public
isNew() : bool
Return values
boolmapFromArray()
public
abstract static mapFromArray(array<string|int, mixed> $props) : self
Parameters
- $props : array<string|int, mixed>
Return values
selftoArray()
public
abstract toArray() : array<string|int, mixed>