Pop\Web\Server::__construct PHP Method

__construct() public method

Instantiate the server session object.
public __construct ( ) : Server
return Server
    public function __construct()
    {
        $this->software = $_SERVER['SERVER_SOFTWARE'];
        $this->php = PHP_VERSION;
        $this->detect();
    }