Jetpack_Connection_Banner::__construct PHP Method

__construct() private method

Since we call the Jetpack_Connection_Banner:init() method from the Jetpack class, and after the admin_init action fires, we know that the admin is initialized at this point.
private __construct ( )
    private function __construct()
    {
        add_action('current_screen', array($this, 'maybe_initialize_hooks'));
    }