Skip to content

Commit 39d49ff

Browse files
committed
Update HTMLHelper.php
1 parent 8fbd122 commit 39d49ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

berry/utils/HTMLHelper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public function __construct()
1515
* @param string $html is the html string to search for tag objects
1616
* @return type array with html objects
1717
*/
18-
public function GetAllTagsFromHTMLString(string $tag, string $html)
18+
public function GetHTMLTags(string $tag, string $html)
1919
{
2020
$images = array();
2121
$regexResult = array();

0 commit comments

Comments
 (0)