1 | <?php |
||
6 | class GravityView_Field_Post_Image extends GravityView_Field { |
||
7 | |||
8 | var $name = 'post_image'; |
||
9 | |||
10 | var $_gf_field_class_name = 'GF_Field_Post_Image'; |
||
11 | |||
12 | var $label = 'Post Image'; |
||
13 | |||
14 | public function __construct() { |
||
18 | |||
19 | function field_options( $field_options, $template_id, $field_id, $context, $input_type ) { |
||
34 | |||
35 | } |
||
36 | |||
38 |
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.