PluginProbe
Smart Forms – when you need more than just a contact form / 0.8
Smart Forms – when you need more than just a contact form v0.8
trunk 0.5 0.5.5 0.6 0.7 0.8 0.8.5 0.9.1
smart-forms / string_renderer / rednao_base_elements_renderer.php

rednao_base_elements_renderer.php in Smart Forms – when you need more than just a contact form 0.8, at string_renderer/rednao_base_elements_renderer.php

13 lines 207 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /**
3 * Created by PhpStorm.
4 * User: edseventeen
5 * Date: 11/28/13
6 * Time: 8:51 PM
7 */
8
9 abstract class rednao_base_elements_renderer {
10
11 public abstract function GetString($formElement,$entry);
12
13 }