Kelpie\Server::__construct PHP Метод

__construct() публичный Метод

public __construct ( $host = '0.0.0.0', $port = 8000 )
    public function __construct($host = '0.0.0.0', $port = 8000)
    {
        $this->_host = $host;
        $this->_port = $port;
    }