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