__construct() public method

public __construct ( $ID = '', Jamm\Memory\IRedisServer $RedisServer = NULL )
$RedisServer Jamm\Memory\IRedisServer
Example #1
0
 /**
  * Constructor.
  *
  * @param string                    $host
  * @param \Jamm\Memory\IRedisServer $port
  *
  */
 public function __construct($host, $port)
 {
     $redisServer = new RedisServer($host, $port);
     parent::__construct('webiny', $redisServer);
 }