*/ class CommandCallsList extends AbstractCollection { /** * @inheritDoc */ public function getType (): string { return CommandCall::class; } }