Avifinfo
Parser::__construct()
Method of the class: Parser{}
No Hooks.
Return
null
. Nothing (null).
Usage
$Parser = new Parser(); $Parser->__construct( $handle );
- $handle (required)
- -
Parser::__construct() Parser:: construct code WP 6.7.2
function __construct( $handle ) { $this->handle = $handle; $this->features = new Features(); }