HumHub Documentation (unofficial)

InfoProvider

Interface implemented by classes that provide info about a graphics driver.

Tags
since
1.3.0

Table of Contents

Methods

getDriverInfo()  : Info|null
Get the info about this driver.

Methods

getDriverInfo()

Get the info about this driver.

public static getDriverInfo([bool $required = true ]) : Info|null
Parameters
$required : bool = true

when the driver is not available: if FALSE the function returns NULL, if TRUE the driver throws a \Imagine\Exception\NotSupportedException

Return values
Info|null

        
On this page

Search results