Property | Type | Description | |
---|---|---|---|
$fallback | Default type (for untyped inputs) |
Property | Type | Description | |
---|---|---|---|
$idx | Current position in the data |
Method | Description | |
---|---|---|
__construct ( $content, $factory = null, $offset ) | ||
doParseTag ( &$name, &$data ) | Parses a tag | |
getOffset ( ) |
Method | Description | |
---|---|---|
findPlaceholders ( ) | Parsing second pass, finding placeholders in strings | |
push ( $something ) |
Method | Description | |
---|---|---|
parse ( string $content ) | Parses the form and build Formidable objects | |
parseTag ( string $data ) | Parses a tag |
protected findPlaceholders ( ) |