Creator
Provides methods for creating new entities.
Table of Contents
- create() : CreateableInterface
- Creates and returns an entity instance and fills values.
Methods
create()
Creates and returns an entity instance and fills values.
public
static create(array<string|int, mixed> $arguments) : CreateableInterface
Parameters
- $arguments : array<string|int, mixed>
-
The values the instance should get
Tags
Return values
CreateableInterface —The created Entity