\ExtDOMDocument

ExtDOMDocument class.

Adds functionality to PHP's built-in DOMDocument class.

Summary

Methods
Properties
Constants
getElementsByClassName()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

getElementsByClassName()

getElementsByClassName(string  $cls) : \DOMNodeList

Retrieve all nodes in the document according to a class name.

Parameters

string $cls

The class name.

Returns

\DOMNodeList