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

Parameters

Parser $parser

at line 24
array parse(string $str)

Parses the string for us

Parameters

string $str

Return Value

array

at line 35
array getDeviseTags(string $html)

Get the list of regex'ed devise tags out of the html

Parameters

string $html

Return Value

array

at line 64
boolean hasDeviseTags(string $html)

Check the html to see if it has any devise tags in it

Parameters

string $html

Return Value

boolean