| 1 | <?php |
||
| 8 | class GravityView_Field_Pipe_Recorder extends GravityView_Field { |
||
| 9 | |||
| 10 | var $name = 'pipe_recorder'; |
||
| 11 | |||
| 12 | var $_gf_field_class_name = 'GF_Field_Pipe_Recorder'; |
||
| 13 | |||
| 14 | var $is_searchable = false; |
||
| 15 | |||
| 16 | var $group = 'advanced'; |
||
| 17 | |||
| 18 | public function __construct() { |
||
| 22 | |||
| 23 | function field_options( $field_options, $template_id, $field_id, $context, $input_type ) { |
||
| 41 | } |
||
| 42 | |||
| 44 |
Adding explicit visibility (
private,protected, orpublic) is generally recommend to communicate to other developers how, and from where this method is intended to be used.