Pop\Web\Server::__construct PHP Méthode

__construct() public méthode

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