You are here

public function Modernizr::getFeatures in Modernizr 7.2

Returns the internal features array.

The keys are the names of the features, the value is boolean.

Return value

array

File

./modernizr.inc, line 119

Class

Modernizr
Modernizr class.

Code

public function getFeatures() {
  return $this->features;
}