Skip to content

DOMImplementation::getFeature() is undocumented #820

@WinterSilence

Description

@WinterSilence

From manual page: https://php.net/class.domimplementation


ReflectionClass detect method getFeature() missed in manual:

Method [  public method getFeature ] {
  - Parameters [2] {
    Parameter #0 [  $feature ]
    Parameter #1 [  $version ]
  }
}

ReflectionMethod not detect hasFeature() parameters:

Method [  public method hasFeature ] {
  - Parameters [0] {
  }
}

but in manual:
public hasFeature(string $feature, string $version): bool

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions