Home
last modified time | relevance | path

Searched refs:AddCategoryCommand (Results 1 – 8 of 8) sorted by relevance

/dports/finance/prestashop/prestashop/src/Adapter/Category/CommandHandler/
H A DAddCategoryHandler.php31 use PrestaShop\PrestaShop\Core\Domain\Category\Command\AddCategoryCommand; alias
47 * @param AddCategoryCommand $command
51 public function handle(AddCategoryCommand $command)
59 * @param AddCategoryCommand $command
66 private function createCategoryFromCommand(AddCategoryCommand $command)
/dports/finance/prestashop/prestashop/src/Core/Domain/Category/CommandHandler/
H A DAddCategoryHandlerInterface.php29 use PrestaShop\PrestaShop\Core\Domain\Category\Command\AddCategoryCommand; alias
37 * @param AddCategoryCommand $command
39 public function handle(AddCategoryCommand $command);
/dports/finance/prestashop/prestashop/src/Core/Form/IdentifiableObject/DataHandler/
H A DCategoryFormDataHandler.php30 use PrestaShop\PrestaShop\Core\Domain\Category\Command\AddCategoryCommand; alias
123 * @return AddCategoryCommand
127 $command = new AddCategoryCommand(
/dports/finance/prestashop/prestashop/src/PrestaShopBundle/Controller/Admin/
H A DCategoryController.php29 use PrestaShop\PrestaShop\Core\Domain\Category\Command\AddCategoryCommand; alias
76 $command = new AddCategoryCommand(
/dports/lang/smalltalk/smalltalk-3.2.5/packages/visualgst/Menus/
H A DCategoryMenus.st5 ^ {AddCategoryCommand.
/dports/lang/smalltalk/smalltalk-3.2.5/packages/visualgst/Commands/CategoryMenus/
H A DAddCategoryCommand.st1 ClassCommand subclass: AddCategoryCommand [
/dports/finance/prestashop/prestashop/src/Core/Domain/Category/Command/
H A DAddCategoryCommand.php34 class AddCategoryCommand class
/dports/finance/prestashop/prestashop/src/PrestaShopBundle/Resources/config/services/adapter/
H A Dcategory.yml53 …tactician.handler, command: PrestaShop\PrestaShop\Core\Domain\Category\Command\AddCategoryCommand }