Inheritance: extends MemoryObject, implements Jamm\Memory\IMemoryStorage
Example #1
0
 /**
  * Constructor.
  *
  * @param string $host
  * @param string $port
  */
 public function __construct($host, $port)
 {
     parent::__construct('webiny', $host, $port);
 }