Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
__construct ($host='127.0.0.1', $port=null, $config=null) | |
auth () | |
![]() | |
__construct ($host='127.0.0.1', $port=null, array $config=array()) | |
connect () | |
helo ($host='127.0.0.1') | |
mail ($from) | |
rcpt ($to) | |
data ($data) | |
rset () | |
noop () | |
vrfy ($user) | |
quit () | |
auth () | |
disconnect () | |
![]() | |
__construct ($host='127.0.0.1', $port=null) | |
__destruct () | |
setMaximumLog ($maximumLog) | |
getMaximumLog () | |
connect () | |
getRequest () | |
getResponse () | |
getLog () | |
resetLog () | |
Protected Attributes | |
$_username | |
$_password | |
![]() | |
$_transport = 'tcp' | |
$_secure | |
$_sess = false | |
$_helo = false | |
$_auth = false | |
$_mail = false | |
$_rcpt = false | |
$_data = null | |
![]() | |
$_maximumLog = 64 | |
$_host | |
$_port | |
$_validHost | |
$_socket | |
$_request | |
$_response | |
$_template = '%d%s' | |
Additional Inherited Members | |
![]() | |
const | EOL = "\r\n" |
const | TIMEOUT_CONNECTION = 30 |
![]() | |
_ehlo ($host) | |
_startSession () | |
_stopSession () | |
![]() | |
_addLog ($value) | |
_connect ($remote) | |
_disconnect () | |
_send ($request) | |
_receive ($timeout=null) | |
_expect ($code, $timeout=null) | |
_setStreamTimeout ($timeout) | |
__construct | ( | $host = '127.0.0.1' , |
|
$port = null , |
|||
$config = null |
|||
) |
auth | ( | ) |