1 | <?php |
||
23 | class Give_Settings_API extends Give_Settings_Page { |
||
24 | /** |
||
25 | * Flag to check if enable saving option for setting page or not |
||
26 | * |
||
27 | * @since 1.8.17 |
||
28 | * @var bool |
||
29 | */ |
||
30 | protected $enable_save = false; |
||
31 | |||
32 | /** |
||
33 | * Constructor. |
||
34 | */ |
||
35 | public function __construct() { |
||
41 | |||
42 | /** |
||
43 | * Get settings array. |
||
44 | * |
||
45 | * @since 1.8 |
||
46 | * @return array |
||
47 | */ |
||
48 | public function get_settings() { |
||
79 | } |
||
80 | |||
84 |