\App\ConsoleModule\CommandsEntityManagerCommand

CLI command with entity manager

Summary

Methods
Properties
Constants
__construct()
No public properties found
No constants found
No protected methods found
$entityManager
N/A
No private methods found
No private properties found
N/A

Properties

$entityManager

$entityManager : \App\Models\Database\EntityManager

Type

normal — Entity manager

Methods

__construct()

__construct(\App\Models\Database\EntityManager  $entityManager, string|null  $name = null) : mixed

Constructor

Parameters

\App\Models\Database\EntityManager $entityManager

Entity manager

string|null $name

Command name

Returns

mixed