InfoProvider
in
Interface implemented by classes that provide info about a graphics driver.
Tags
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