Avifinfo

Parser::__construct()publicWP 1.0

Method of the class: Parser{}

No Hooks.

Return

null. Nothing (null).

Usage

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

Parser::__construct() code WP 6.5.2

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