__construct() public method

Closes an existing socket connection, if we have one
Since: 3.1
public __construct ( )
 public function __construct($formatString, $dataObject, $returnFullResponse = true)
 {
     parent::__construct();
     $this->_formatHolder = $formatString;
     $this->_validateObject($dataObject);
     $this->send($dataObject, $returnFullResponse);
 }
示例#2
0
 public function __construct()
 {
     parent::__construct();
 }