/** * Creates the PROPFIND object * * @param string $path */ function __construct($path) { parent::__construct($path, []); }