Avifinfo

Parser::__constructpublicWP 1.0

Method of the class: Parser{}

No Hooks.

Returns

null. Nothing (null).

Usage

$Parser = new Parser();
$Parser->__construct( $handle );
$handle(required)
.

Parser::__construct() code WP 6.9.1

function __construct( $handle ) {
  $this->handle   = $handle;
  $this->features = new Features();
}