\App\CoreModule\EntitiesCommandStack

Command stack entity

Summary

Methods
Properties
Constants
addCommand()
getCommands()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$commands
N/A

Properties

$commands

$commands : \App\CoreModule\Entities\Command[]

Type

normal — Commands

Methods

addCommand()

addCommand(\App\CoreModule\Entities\Command  $command) : void

Adds a command in to the stack

Parameters

\App\CoreModule\Entities\Command $command

Command to add

getCommands()

getCommands() : \App\CoreModule\Entities\Command[]

Returns commands in the stack

Returns

\App\CoreModule\Entities\Command[] —

Commands in the stack