| 1 | <?php |
||
| 11 | class GravityView_Field_Address extends GravityView_Field { |
||
| 12 | |||
| 13 | var $name = 'address'; |
||
| 14 | |||
| 15 | var $group = 'advanced'; |
||
| 16 | |||
| 17 | var $_gf_field_class_name = 'GF_Field_Address'; |
||
| 18 | |||
| 19 | public function __construct() { |
||
| 23 | |||
| 24 | function field_options( $field_options, $template_id = '', $field_id = '', $context = '', $input_type = '' ) { |
||
| 47 | |||
| 48 | } |
||
| 49 | |||
| 51 |
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.