메소드 | 설명 | |
---|---|---|
__construct ( Parser $parser = null ) | Create a new Devise Parser | |
getDeviseTags ( string $html ) : array | Get the list of regex'ed devise tags out of the html | |
hasDeviseTags ( string $html ) : boolean | Check the html to see if it has any devise tags in it | |
parse ( string $str ) : array | Parses the string for us |
메소드 | 설명 | |
---|---|---|
matches ( string $html, string $pattern ) : array | Finds a regex pattern and returns the match for us |
public __construct ( Parser $parser = null ) | ||
$parser | Parser |
public getDeviseTags ( string $html ) : array | ||
$html | string | |
리턴 | array |
public hasDeviseTags ( string $html ) : boolean | ||
$html | string | |
리턴 | boolean |