Definition at line 18 of file ImagesResizeCommand.php.
◆ __construct()
- Parameters
-
State | $appState | |
ImageResize | $resize | |
ObjectManagerInterface | $objectManager | |
Definition at line 40 of file ImagesResizeCommand.php.
45 parent::__construct();
46 $this->resize = $resize;
47 $this->appState = $appState;
◆ configure()
{}
Definition at line 54 of file ImagesResizeCommand.php.
56 $this->setName(
'catalog:images:resize')
57 ->setDescription(
'Creates resized product images');
The documentation for this class was generated from the following file: