VideoPress_XMLRPC::__construct PHP Method

__construct() private method

Use the VideoPress_XMLRPC::init() method to get an instance.
private __construct ( )
    private function __construct()
    {
        add_filter('jetpack_xmlrpc_methods', array($this, 'xmlrpc_methods'));
    }