1 | <?php |
||
18 | class Jetpack_Token_Subscription_Service extends Token_Subscription_Service { |
||
19 | |||
20 | /** |
||
21 | * Is the Jetpack_Options class available? |
||
22 | * |
||
23 | * @return bool Whether Jetpack_Options class exists. |
||
24 | */ |
||
25 | public static function available() { |
||
28 | |||
29 | /** |
||
30 | * Get the site ID. |
||
31 | * |
||
32 | * @return int The site ID. |
||
33 | */ |
||
34 | public function get_site_id() { |
||
37 | |||
38 | /** |
||
39 | * Get the key. |
||
40 | * |
||
41 | * @return string The key. |
||
42 | */ |
||
43 | public function get_key() { |
||
51 | } |
||
52 |