Elementor\System_Info\Classes\Abstracts\Base_Reporter::__construct PHP Method

__construct() public method

public __construct ( $properties = null )
    public function __construct($properties = null)
    {
        $this->_properties = array_fill_keys(self::get_properties_keys(), null);
        if ($properties) {
            $this->set_properties($properties, null);
        }
    }