| 1 | <?php |
||
| 6 | class FrmPointers { |
||
| 7 | |||
| 8 | /** |
||
| 9 | * @var object Instance of this class |
||
| 10 | */ |
||
| 11 | public static $instance; |
||
| 12 | |||
| 13 | /** |
||
| 14 | * Get the singleton instance of this class |
||
| 15 | * |
||
| 16 | * @return object |
||
| 17 | */ |
||
| 18 | public static function get_instance() { |
||
| 27 | |||
| 28 | /** |
||
| 29 | * Load the introduction tour |
||
| 30 | */ |
||
| 31 | public function intro_tour() { |
||
| 34 | |||
| 35 | /** |
||
| 36 | * Prints the pointer script |
||
| 37 | * |
||
| 38 | * @param string $selector The CSS selector the pointer is attached to. |
||
| 39 | * @param array $options The options for the pointer. |
||
| 40 | */ |
||
| 41 | public function print_scripts( $selector, $options ) { |
||
| 44 | } |
||
| 45 |