1 | <?php |
||
17 | class VsprintfParser extends FormHtmlParser |
||
18 | { |
||
19 | |||
20 | /** |
||
21 | * @var string $format |
||
22 | */ |
||
23 | protected $format = ''; |
||
24 | |||
25 | |||
26 | /** |
||
27 | * @var array $args |
||
28 | */ |
||
29 | protected $args = array(); |
||
30 | |||
31 | |||
32 | |||
33 | /** |
||
34 | * SprintfFormHtmlParser constructor. |
||
35 | * |
||
36 | * @param string $format |
||
37 | * @param array $args |
||
38 | */ |
||
39 | public function __construct($format, array $args) |
||
44 | |||
45 | |||
46 | |||
47 | /** |
||
48 | * @param string $html |
||
49 | * @return int |
||
50 | */ |
||
51 | public function parseHtml($html = '') |
||
56 | |||
57 | |||
58 | |||
59 | } |
||
60 | // End of file SprintfFormHtmlParser.php |
||
61 | // Location: EventEspresso\core\libraries\form_sections\strategies\parser/SprintfFormHtmlParser.php |