| 1 | <?php |
||
| 6 | class FrmEntryFactory { |
||
| 7 | |||
| 8 | /** |
||
| 9 | * Create an instance of the FrmEntryFormatter class |
||
| 10 | * |
||
| 11 | * @since 2.03.11 |
||
| 12 | * |
||
| 13 | * @param array $atts |
||
| 14 | * |
||
| 15 | * @return FrmEntryFormatter|FrmProEntryFormatter |
||
| 16 | */ |
||
| 17 | public static function entry_formatter_instance( $atts ) { |
||
| 26 | |||
| 27 | /** |
||
| 28 | * Create an intsance of the FrmEntryShortcodeFormatter class |
||
| 29 | * |
||
| 30 | * @since 2.03.11 |
||
| 31 | * |
||
| 32 | * @param int|string $form_id |
||
| 33 | * @param string $format |
||
| 34 | * |
||
| 35 | * @return FrmEntryShortcodeFormatter|FrmProEntryShortcodeFormatter |
||
| 36 | */ |
||
| 37 | public static function entry_shortcode_formatter_instance( $form_id, $format ) { |
||
| 46 | } |