We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fbd122 commit 39d49ffCopy full SHA for 39d49ff
berry/utils/HTMLHelper.php
@@ -15,7 +15,7 @@ public function __construct()
15
* @param string $html is the html string to search for tag objects
16
* @return type array with html objects
17
*/
18
- public function GetAllTagsFromHTMLString(string $tag, string $html)
+ public function GetHTMLTags(string $tag, string $html)
19
{
20
$images = array();
21
$regexResult = array();
0 commit comments