1 | <?php |
||
21 | class Auto_Load_Next_Post_Integrations { |
||
22 | |||
23 | /** |
||
24 | * Array of integrations. |
||
25 | * |
||
26 | * @access public |
||
27 | * @var array |
||
28 | */ |
||
29 | public $integrations = array(); |
||
30 | |||
31 | /** |
||
32 | * Initialize integrations. |
||
33 | * |
||
34 | * @access public |
||
35 | */ |
||
36 | public function __construct() { |
||
48 | |||
49 | /** |
||
50 | * Return loaded integrations. |
||
51 | * |
||
52 | * @access public |
||
53 | * @return array |
||
54 | */ |
||
55 | public function get_integrations() { |
||
58 | |||
59 | } // END class |
||
60 | |||
62 |