DeviseParser
class DeviseParser
Methods
__construct(Parser $parser = null)
Create a new Devise Parser
array
parse(string $str)
Parses the string for us
array
getDeviseTags(string $html)
Get the list of regex'ed devise tags out of the html
boolean
hasDeviseTags(string $html)
Check the html to see if it has any devise tags in it
Details
at line 13
__construct(Parser $parser = null)
Create a new Devise Parser
at line 24
array
parse(string $str)
Parses the string for us
at line 35
array
getDeviseTags(string $html)
Get the list of regex'ed devise tags out of the html
at line 64
boolean
hasDeviseTags(string $html)
Check the html to see if it has any devise tags in it