MigrateMenuToLogidavV2Command
extends ContainerAwareCommand
Table of Contents
Properties
-
$container
: mixed
-
$entityManager
: mixed
Methods
-
__construct()
: mixed
-
configure()
: void
-
execute()
: mixed
-
generateHorizontalMenu()
: mixed
-
generateChildren()
: mixed
$container
private
mixed
$container
$entityManager
private
mixed
$entityManager
__construct()
public
__construct([mixed $name = null ][, EntityManagerInterface $entityManager = null ][, ContainerInterface $container = null ]) : mixed
Parameters
-
$name
: mixed
= null
-
-
$entityManager
: EntityManagerInterface
= null
-
-
$container
: ContainerInterface
= null
-
protected
configure() : void
execute()
protected
execute(InputInterface $input, OutputInterface $output) : mixed
Parameters
-
$input
: InputInterface
-
-
$output
: OutputInterface
-
protected
generateHorizontalMenu(mixed $menuItems[, mixed $isRoot = true ]) : mixed
Parameters
-
$menuItems
: mixed
-
-
$isRoot
: mixed
= true
-
generateChildren()
private
generateChildren(mixed $array[, mixed $menuAccess = [] ]) : mixed
Parameters
-
$array
: mixed
-
-
$menuAccess
: mixed
= []
-