Elementor\Plugin::__construct PHP Method

__construct() private method

Plugin constructor.
private __construct ( )
    private function __construct()
    {
        add_action('init', [$this, 'init']);
        // TODO: Declare this fields
        $this->_includes();
    }