__construct() public method

public __construct ( string $ID = '', string $host = 'localhost', integer $port = 11211 )
$ID string Symbol "." will be replaced to "_"
$host string
$port integer
Example #1
0
 /**
  * Constructor.
  *
  * @param string $host
  * @param string $port
  */
 public function __construct($host, $port)
 {
     parent::__construct('webiny', $host, $port);
 }