Magento Extensions Rating 2024
EXTENSIONS BY CATEGORY
B2B (Business-To-Business)
Blog
Customer
ERP (Enterprise Resource Planning)
Mega Menu
One Step Checkout
Order
POS (Point Of Sale)
Search
Shopping Cart
Sitemap
SEO
Social
Stock & Inventory Management
EXTENSIONS BY DEVELOPER
aheadWorks
Amasty
Boost My Shop
BSS Commerce
Magestore
MageWorx
Mirasvit
Templates Master
Wyomind
XTENTO
Magento 2 Documentation
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
vendor
magento
framework
Shell
Response.php
Go to the documentation of this file.
1
<?php
6
namespace
Magento\Framework\Shell
;
7
8
use
Magento\Framework\DataObject
;
9
13
class
Response
extends
DataObject
14
{
21
public
function
getOutput
()
22
{
23
return
$this->
getData
(
'output'
);
24
}
25
32
public
function
getExitCode
()
33
{
34
return
$this->
getData
(
'exit_code'
);
35
}
36
43
public
function
getEscapedCommand
()
44
{
45
return
$this->
getData
(
'escaped_command'
);
46
}
47
}
Magento\Framework\Shell\Response\getOutput
getOutput()
Definition:
Response.php:21
Magento\Framework\App\Response\Http
Definition:
FileFactory.php:7
Magento\Framework\DataObject\getData
getData($key='', $index=null)
Definition:
DataObject.php:119
Magento\Framework\Shell
Definition:
CommandRenderer.php:6
Magento\Framework\Shell\Response\getEscapedCommand
getEscapedCommand()
Definition:
Response.php:43
Magento\Framework\DataObject
Definition:
DataObject.php:15
Magento\Framework\Shell\Response\getExitCode
getExitCode()
Definition:
Response.php:32
Magento\Framework\DataObject
Definition:
Cache.php:6